Skip to content

prontotools/pronto-racing

Repository files navigation

Pronto Racing

Pronto Racing is a typing game inspired by TypeRacer but with more competition oriented features.

Build Dependencies

This project requires Node.js and the Yarn package manager.

Development

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.