Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bosonic/bosonic.github.io
https://github.com/bosonic/bosonic.github.io
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bosonic/bosonic.github.io
- Owner: bosonic
- Created: 2014-03-04T09:54:16.000Z (almost 11 years ago)
- Default Branch: dev
- Last Pushed: 2016-01-20T15:43:16.000Z (almost 9 years ago)
- Last Synced: 2024-06-22T07:50:13.098Z (6 months ago)
- Language: CSS
- Size: 1.14 MB
- Stars: 8
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bosonic.github.io
=================To contribute, you need to do a pull request on the `dev` branch.
[Visit the website](http://bosonic.github.io/)
### Getting started
Fork the GitHub project first.
Install **node.js**, then install npm dependencies:
$ npm install
In order to include elements' doc & demos, you'll need to npm link their working trees:
$ cd core-elements
$ npm link
$ cd bosonic.github.io
$ npm link bosonic-core-elements
Do the same with dnd-elements & data-elements.You are now ready to go:
$ grunt server
The website is available at **http://127.0.0.1:5455**.