Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.