Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 483 Bytes

Code Lauren

Game programming for beginners.

See it live at codelauren.com

Contact

Mary Rose Cook - http://maryrosecook.com

Run

Install node >=0.12.2

Install npm dependencies:

$ cd path/to/project/root
$ npm install

In a terminal:

$ cd path/to/project/root
$ npm run watch

In another terminal:

$ cd path/to/project/root
$ npm run build-pages

In another terminal:

$ cd path/to/project/root
$ npm run start