8000 GitHub - Cyfuer/2015: WebGL portfolio experiment.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cyfuer/2015

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • Python 16.1%
  • HTML 9.9%
  • Less 7.3%
0