Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacomyal/sigmajs.org
[deprecated] sigma.js former website
https://github.com/jacomyal/sigmajs.org
Last synced: 21 days ago
JSON representation
[deprecated] sigma.js former website
- Host: GitHub
- URL: https://github.com/jacomyal/sigmajs.org
- Owner: jacomyal
- License: mit
- Created: 2012-03-23T20:18:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T07:31:08.000Z (about 3 years ago)
- Last Synced: 2024-10-12T01:46:06.570Z (about 1 month ago)
- Language: CSS
- Homepage: http://sigmajs.org
- Size: 604 KB
- Stars: 13
- Watchers: 4
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
sigmajs.org - v1.2.0
====================Here is sigma.js' website. The `master` branch presents the resources to build the website, and the `gh-pages` branch contains the built files.
The website has been designed by [Daniele](https://github.com/danieleguido), who also implemented it with the help of [Alexis](https://github.com/jacomyal/).
### Build
The website is based on [Assemble](http://assemble.io/). Be sure to have [NPM](http://npmjs.org) and [Grunt](http://gruntjs.com) installed before continuing.
First clone the repository:
````
git clone [email protected]:jacomyal/sigmajs.org
cd sigmajs.org
````Then, install the dependencies:
````
npm install
````Finally, run the Grunt tasks:
````
grunt
````At this point, the built website is available in the `dist` repository, with pages and built assets. Then, you just need to copy the `dist` folder content to the root of the `gh-pages` branch.