bulma components
1.0.0
Open-Source project. The initial components generated by bulma.dev.

Project's source files are placed in ./src/ directory.
./src/assets - default static files (eg. image placeholders). You should replace them with your own files.
./src/scss/ - Sass sources used to build Bulma theme. Variables used in Theme Customizer are located in custom-variables.scss file.
./src/*.pug - All your pages (templates) are stored in separated .pug files.
# Install dependencies
$ yarn
# Run dev server with live preview (Browsersync)
$ yarn start
# Or make production build
yarn build
Supported by Bulma-CSS