/monkeytype-clone

A typeracer app based on monkeytype

Primary LanguageTypeScript

⌨️ Typeracer App - Based on Monkeytype

Made using Theodorus Clarence's Next.js + Tailwind CSS + TypeScript starter pack.

Monkeytype Clone

Getting Started

1. Clone this repository

Go to your terminal and clone the project.

git clone https://github.com/steven2801/monkeytype-clone.git my-project

2. Install dependencies

It is encouraged to use yarn so the husky hooks can work properly.

yarn install

3. Fill out env variables

Example:

NEXT_PUBLIC_API_URL=http://localhost:1338/graphql

4. Run the development server

You can start the server using this command:

yarn dev

Open http://localhost:3000 with your browser to see the result.