willwull / velox-web

Website for our game Velox

Home Page:https://velox.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Website for our game Velox

https://velox.netlify.com/

License:MIT License


Languages

Language:JavaScript 81.2%Language:CSS 18.8%