Skip to content

WhiteRookPL/gatsby-event-page-starter

Repository files navigation

gatsby-event-page-starter

Using this starter

~ $ gatsby new gatsby-site https://github.com/WhiteRookPL/gatsby-event-page-starter

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

Serving and Publishing

First you will need to build the pages:

~ $ gatsby build
~ $ yarn run build

Then you can serve those locally:

~ $ gatsby serve
~ $ yarn run serve

Or deploy anywhere you would like to.