https://github.com/lessthanzero/balloonrun
https://github.com/lessthanzero/balloonrun
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lessthanzero/balloonrun
- Owner: lessthanzero
- License: mit
- Created: 2018-08-15T20:38:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T11:19:08.000Z (almost 8 years ago)
- Last Synced: 2025-10-14T15:35:36.998Z (10 months ago)
- Language: JavaScript
- Size: 7.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-starter-bloomer
A Gatsby starter based on [Bulma](https://bulma.io/) and [Bloomer](https://bloomer.js.org/).
[Demo](https://gatsby-starter-bloomer.netlify.com/)
For an overview of the project structure please refer to the [Gatsby documentation - Building with Components](https://www.gatsbyjs.org/docs/building-with-components/).
## Features
- Based on [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default)
- Sass preprocessor (with [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass))
- [Bulma CSS Framework](https://bulma.io/) with its [Bloomer react components](https://bloomer.js.org/)
- [Font-Awesome icons](https://fontawesome.com/icons)
- Includes a simple fullscreen hero w/ footer example
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/Cethy/gatsby-starter-bloomer)
## Dev environment
Run it by :
```sh
npm run dev
```
## Notes
The version for `gatsby-plugin-sass` [is locked](https://github.com/gatsbyjs/gatsby/issues/4457#issuecomment-371859766) to fix css not deploying in production.