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 --openYou can npm run start -- 5 --open to launch day 5 and open the browser to http://localhost:9966/.
To build all demos:
npm run buildTo build one demo:
node build.js 2To run main grid:
npm startMIT, see LICENSE.md for details.
