1.0.0 • Published 6 years ago

gatsby-bulma-default v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gatsby-bulma-default

Demo: https://aviaryan.in/gatsby-bulma-default

The default Gatsby starter, bundled with a configurable Bulma installation.

See the 2nd commit to see how it's done.

Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli

And run from your CLI:

gatsby new gatsby-bulma-site https://github.com/aviaryan/gatsby-bulma-default

Then you can run it by:

cd gatsby-bulma-site
gatsby develop

To build the application into static files, use:

gatsby build
# gatsby serve to serve from static folder

Deploy

Deploy to Netlify


Credits