forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (16 loc) · 646 Bytes
/
README
File metadata and controls
23 lines (16 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Let's Code: Test-Driven Javascript
"Let's Code: Test-Driven Javascript" is a screencast series focusing on
rigorous, professional web development. For more information, visit
http://letscodejavascript.com
This repository contains the source code for WeeWikiPaint, the application
being developed in the series.
----
WeeWikiPaint
Before building for the first time:
- Install Node.js [v0.8.6]
- Install Git [v1.7.7.5]
- (Optional: for deployment only) Install Heroku Toolbelt [https://toolbelt.heroku.com/]
- Download code from Github (or clone repository)
- Run 'npm rebuild'
To build:
- Run './jake.sh' (Unix/Mac) or 'jake.bat' (Windows)