Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 465 Bytes

File metadata and controls

23 lines (16 loc) · 465 Bytes

CU Computer Graphics Group Website

The website of the CU Computer Graphics Group is at here.

Developing

A nodejs >= 6.0.0 setup with yarn is recommended.

# install dependencies
yarn

# ...or, for npm
npm install

# serve with hot reload at localhost:8000
npm start

# build for production
npm run build

# build for production and push to gh-pages branch
npm run deploy