Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hadihammurabi/bulmacss-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
hadihammurabi committed Jun 5, 2019
2 parents d05b16a + 829609e commit 6cbef82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# 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 <script-name>`.

## 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`.

0 comments on commit 6cbef82

Please sign in to comment.