From 7e52b276a2d66ac841a87586ddf5d38df8405817 Mon Sep 17 00:00:00 2001 From: Clint Tseng Date: Tue, 30 May 2017 16:27:02 -0700 Subject: [PATCH] repo/noop #1: add run instructions to readme. * resolves #1. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33582d0..1cbaa60 100644 --- a/README.md +++ b/README.md @@ -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: