Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadihammurabi/bulmacss-layout
Layout part of BulmaCSS
https://github.com/hadihammurabi/bulmacss-layout
bulma bulmacss css frontend
Last synced: 24 days ago
JSON representation
Layout part of BulmaCSS
- Host: GitHub
- URL: https://github.com/hadihammurabi/bulmacss-layout
- Owner: hadihammurabi
- License: mit
- Created: 2019-06-05T14:09:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:18:13.000Z (about 2 years ago)
- Last Synced: 2024-10-15T00:42:02.737Z (2 months ago)
- Topics: bulma, bulmacss, css, frontend
- Language: CSS
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BulmaCSS Layout
This repositories is minimal part of core [BulmaCSS](https://github.com/jgthms/bulma) that contains layout features only.## Big picture?
You can see in `package.json` file, there is some npm scripts. You can execute each using `npm run `.## How to build?
Just open your terminal and run `npm run build`. But, before you can build this, you have to read [Preparation](#preparation) part.## Preparation
As long as you know, this project using npm as main tool, so you should install npm first and before you can build this, you have to install some dev dependencies. It's simple. Just open your terminal and run `npm i`.