This is the website for the game Velox, developed in the KTH course Computer Game Design (DH2650).
This website is built using the Gatsby framework.
Running this project requires Node.js installed.
$ npm install
$ npm start
The above command will run a local web server on port 8000, so you can see the website at http://localhost:8000
.
This repo is configured to deploy to Netlify (https://velox.netlify.com/) automatically when a new commit is pushed to the master branch.