Pronto Racing is a typing game inspired by TypeRacer but with more competition oriented features.
This project requires Node.js and the Yarn package manager.
First, install the required dependencies using:
yarn install
After that, the development server can be started using:
yarn dev
Finally, you can access the development site at http://localhost:3000/. Any changes made to the source file will be reloaded automatically.