Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.