sepppirch / sigmajs.org

sigma.js website

Home Page:http://sigmajs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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, who also implemented it with the help of Alexis.

Build

The website is based on Assemble. Be sure to have NPM and Grunt installed before continuing.

First clone the repository:

git clone git@github.com: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.

About

sigma.js website

http://sigmajs.org

License:MIT License


Languages

Language:CSS 72.0%Language:HTML 14.6%Language:JavaScript 13.3%