Skip to content

expatiating/codevember

 
 

Repository files navigation

codevember

experimental

Desktop recommended for all demos. Some are mobile-friendly.

See here for the full grid and basic descriptions:

http://mattdesl.github.io/codevember/

screenshots

Running

Clone this repo, then:

npm install

# start day 1 demo
npm start 1

# start day 5 and launch browser
npm start -- 1 --open

You can npm run start -- 5 --open to launch day 5 and open the browser to http://localhost:9966/.

To build all demos:

npm run build

To build one demo:

node build.js 2

To run main grid:

npm start

License

MIT, see LICENSE.md for details.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.2%
  • GLSL 13.7%
  • HTML 10.4%
  • CSS 1.7%