Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 537 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 537 Bytes

Quantum Game landing page

It uses Gridsome.

Install & run locally

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

Deployment

Right now it is automatically deployed (automatically from the master branch) to Netlify.