A typing practice website, now in development -> https://typeland.vercel.app
https://github.com/narze/typeland/projects/1
Pull requests & ideas are welcome!
The code is written in JavaScript & TypeScript based on Next.js using narze/thank-u-nextjs as a boilerplate.
Setup Firebase Auth to persist users
.env
cp .env .env.local
.env.local
then replace NEXT_PUBLIC_FIREBASE_*
environment variables your credentials from step 1yarn install
yarn dev