/velox-web

Website for our game Velox

Primary LanguageJavaScriptMIT LicenseMIT

velox-web

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.

Set up

Running this project requires Node.js installed.

Install dependencies

$ npm install

Run project locally

$ npm start

The above command will run a local web server on port 8000, so you can see the website at http://localhost:8000.

Deploying

This repo is configured to deploy to Netlify (https://velox.netlify.com/) automatically when a new commit is pushed to the master branch.