If you want to contribute to our project, read the file: contributing.md
Clone the project
$ git clone https://github.com/all-animation/all-animiation.github.io.git
Install all dependencies
$ cd all-animation.github.io/
$ npm install
Run the Gulp command to start a static server
$ gulp serve
Now go to http://localhost:8080/ and done ;)