Hi! This is source for http://computers-are-fast.github.io. It contains:
- some frontend JS for the game
- the benchmarks, and Python code to run them.
- Clone, and then run
npm install
in the project root.
To serve
Run npm run serve
after installing, or start any HTTP server with root
directory at site/
.