Desktop recommended for all demos. Some are mobile-friendly.
See here for the full grid and basic descriptions:
http://mattdesl.github.io/codevember/
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
MIT, see LICENSE.md for details.