Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

File metadata and controls

21 lines (13 loc) · 545 Bytes

Quantum Flytrap 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 git@github.com:Quantum-Game/quantumflytrap.com.git
cd quantumflytrap.com
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.