/website

Primary LanguageJavaScript

This is the repository for the ustwogames.co.uk website.

We’re using Phenomic as a static site generator, creating a nice React single page application.

The site is built by and hosted on Netlify, triggered by the Git push webhook.

Dependencies

Usage

Install NPM dependencies

npm install

Run development server

npm start

Build for production

npm run build

Team