An open API service indexing awesome lists of open source software.

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

A very basic customizable Bulma Gatsby starter template
https://github.com/aviaryan/gatsby-bulma-default

Last synced: 2 months ago
JSON representation

A very basic customizable Bulma Gatsby starter template

Awesome Lists containing this project

README

          

# gatsby-bulma-default

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

The [default Gatsby starter](https://github.com/gatsbyjs/gatsby-starter-default), 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:
```sh
npm install --global gatsby-cli
```

And run from your CLI:
```sh
gatsby new gatsby-bulma-site https://github.com/aviaryan/gatsby-bulma-default
```

Then you can run it by:
```sh
cd gatsby-bulma-site
gatsby develop
```

To build the application into static files, use:
```sh
gatsby build
# gatsby serve to serve from static folder
```

## Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/aviaryan/gatsby-bulma-default)

-------

## Credits

* [Default Gatsby starter](https://github.com/gatsbyjs/gatsby-starter-default)