Skip to content

functional-miners/official-website

Repository files navigation

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.

Releases

No releases published

Packages

No packages published