All Projects → mattdesl → Codevember

mattdesl / Codevember

Licence: mit
codevember

Programming Languages

javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].