Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.31 KB

Chalkolate 🧗‍♂️

The app to help you track your climbing progress

Live version

A live demo of the app can be found here. Note that the app is still in early development

Technologies

Chalkolate is built on a modified version of the T3 Stack:

React Next JS TypeScript
tRPC TailwindCSS Prisma
PlanetScale NextAuth.js

Getting started

Install dependencies using

npm install

Start the application by running

npm run dev