Based on typings.gg
A simple typing test website.
If you find a bug or want to submit a feature request, create an issue on this GitHub repo.
Download and install npm and clone repository.
Run npm install in project root folder.
Create a Firebase project, and create a new file under src/ called init.dev.js. Copy the contents from init.js, but replace the firebaseConfig variable contents with the content from your Firebase project.
Run npm run build-dev to build the code and start up webpack to watch. Anytime you save files in src/, webpack will rebuild.
Your site is now built in the dist/ directory and you view it by opening dist/index.html