Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 692 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 692 Bytes

Official website for Functional Miners

Dependencies

Download node in version v9.5.0, together with the newest possible npm. Then look here how to install yarn on your OS. After that install gatsby globally:

~ $ yarn global add gatsby-cli

Running in development mode

~ $ gatsby develop
~ $ yarn run develop
~ $ npm run develop

Serving and Publishing

First you will need to build the pages:

~ $ gatsby build
~ $ yarn run build
~ $ npm run build

Then you can serve those locally:

~ $ gatsby serve
~ $ yarn run serve
~ $ npm run serve

Or deploy anywhere you would like to.