Installation:
- Clone the repo
- Create media directory:
mkdir src/media/
- Add book media (eg: images go into
src/media/img/
) Folders needed: img, audio, video - Go into subrepo and install dependencies:
cd src/rack/
+npm install
- Generate book + start server:
gulp
Update subrepo from github remote:
From repo root: git subrepo pull src/rack