Orainsink / 2015

WebGL portfolio experiment.

Home Page:https://github.com/vaalentin/2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2015, a WebGL experiment

Instructions

Out of the box

$ npm install
$ bower install
$ gulp build
$ gulp bundle
$ gulp serve

In details

Before anything

$ npm install
$ bower install

For development

Set debug and watch to true in package.json.

$ gulp build

The project will now auto rebuild on save.

For production

Set debug and watch to false in package.json.

$ gulp build
$ gulp bundle

You can then grab the index.html at the root, and everything in app (except src).

To serve

$ gulp serve

Go to localhost:8000.

About

WebGL portfolio experiment.

https://github.com/vaalentin/2015


Languages

Language:JavaScript 65.3%Language:Python 17.2%Language:HTML 9.9%Language:CSS 7.6%