It uses Gridsome.
Install Gridsome CLI globally: yarn global add @gridsome/cli
(or npm install --global @gridsome/cli
).
Then to clone and install dependencies:
git clone [email protected]:Quantum-Flytrap/quantumgame.io.git
cd quantumgame.io
yarn
To run it gridsome develop
to start a local dev server at http://localhost:8080
Right now it is automatically deployed (automatically from the master
branch) to Netlify.