-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:hadihammurabi/bulmacss-layout
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`. |