https://github.com/payter/cypher-bulma-gutenberg
Gutenberg block functionality for Cypher WP Theme
https://github.com/payter/cypher-bulma-gutenberg
Last synced: 9 months ago
JSON representation
Gutenberg block functionality for Cypher WP Theme
- Host: GitHub
- URL: https://github.com/payter/cypher-bulma-gutenberg
- Owner: PayteR
- License: mit
- Created: 2019-03-30T01:18:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T04:30:31.000Z (over 6 years ago)
- Last Synced: 2025-02-10T15:06:04.070Z (9 months ago)
- Language: CSS
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypher-bulma-gutenberg
Bulma layout scss package to create a "holy grail" layout with Bulma
## Getting started
todo
## Run example
Install All dependencies
```
npm i
```
Run minification of assets and browsersync
```
npm run watch
```
Run server, if you want to see example in public folder
```
npm run serve
```
And you should have opened url http://localhost:19033/ automatically in your default browser.