Daily typeracer test - you get to be on leaderboard if you have an account
- Project was bootstrapped using the T3 stack
- NextJS
- Typescript
- tRPC
- NextAuth.js
- Prisma
- MySQL
Clone the repo
git clone git@github.com:iaudouard/typle.git
Create .env
with .env.example
variables
touch .env
Download dependencies
yarn
Run locally
yarn dev