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

https://github.com/payter/cypher-bulma-javascript

NPM package with javascript functionality to Cypher Bulma extended theme
https://github.com/payter/cypher-bulma-javascript

Last synced: 9 months ago
JSON representation

NPM package with javascript functionality to Cypher Bulma extended theme

Awesome Lists containing this project

README

          

# cypher-bulma-wordpress
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:19053/ automatically in your default browser.