A hand crafted UI framework based on bootstrap 3
- Clone the repo:
git clone git@github.com:Codigu/wired.git
- Run npm command to install dependencies:
npm install
- Next, run gulp task to build assets:
gulp build
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
wired/
├── css/
│ ├── wired.css
│ └── wired.min.css
└── js/
├── wired.js
└── wired.min.js
We provide compiled CSS and JS (wired.*
), as well as compiled and minified CSS and JS (wired.min.*
).
This is the official document of wired. Visit the website
For transparency into our release cycle and in striving to maintain backward compatibility, Wired is maintained under the Semantic Versioning guidelines.
See the Releases section of our GitHub project for changelogs for each release version of Wired.
Larry Geams Parangan is a creative UI / UX designer and Front End developer based in Cebu, Philippines and founder of Codigu. Utilizing design tools and web technologies to provide client satisfaction results.
[The MIT License (MIT)] (https://opensource.org/licenses/MIT)