Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
repo/noop #1: add run instructions to readme.
Browse files Browse the repository at this point in the history
* resolves #1.
  • Loading branch information
issa-tseng committed May 30, 2017
1 parent b10435e commit 7e52b27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ The project depends on **nodejs**; we officially support versions 5 and 6. Make

Once you have that, you should be able to simply `make` to trigger a build. The Makefile handles running `npm install`, but if you into issues performing that step on your own is a good troubleshooting start.

running
-------
Run `node lib/server.js` to run the build2xlsform service. It runs on port 8686 by default, and on this port the development version of ODK Build will automatically proxy requests through to the service.

project
-------
All the relevant code is in `/src`. There are only two files:
Expand Down

0 comments on commit 7e52b27

Please sign in to comment.