Browse Source

add a brief not about building

pull/512/head
Joe Germuska 12 years ago
parent
commit
780ec28a73
  1. 6
      DEVELOPER.md

6
DEVELOPER.md

@ -40,9 +40,13 @@
# Install python requirements
pip install -r requirements.txt
# Run the development server
# Run the development server.
fab serve
# Re-compile to preview changes. Of course this will need to be in another terminal, or after the fab serve command was put in the
# background. It would be great to automate this, but we would like to not add another build system and haven't figured out how to
# do it with fabric. Pull requests are welcome!
fab build
## Overview

Loading…
Cancel
Save