/webgl2-demoreel

Tech demo of WebGL2.

Primary LanguageJavaScript

webgl2-demoreel

Demo of WebGL2.

This project goes with:

Usage

Deploy static files

  • push to master/develop branch will auto trigger CI for google cloud platform.

Run production server

$ yarn install
$ cp default.config.json config.json
$ vim config.json # change SERVER_SIDE_RENDER and other values as you like.
$ PORT=xxx yarn start

Run develop server

$ yarn install
$ cp default.config.json config.json
$ vim config.json # change NODE_ENV to 'develop', SERVER_SIDE_RENDER and other values as you like.
$ PORT=xxx yarn devstart

Changing files

  • Use yarn plop to add reducer/reducerAction/action/selector/component.
  • Discuss with @frontend before changing/adding anything without yarn plop.

Update this document

$ yarn install
$ yarn docs

Document