SHI-Shire
v0.0.1
Published
``` dist └──css/ └──shire.min.css ```
Downloads
1
Readme
Shire
What's included
dist
└──css/
└──shire.min.css
Dependencies
- jQuery
- Bootstrap (CSS & Javascript)
- Ion Icons (CSS & Fonts)
Running documentation locally
- Install all dependencies with
npm install
. - Install all bower dependencies with
bower install
. - Run the gulp task
gulp webserver
which will build, start the web server and launch your browser.