The web interface for rule management and status monitoring.
npm install
- set
PORT
andAPI_URL
env vars (to something like8000
andhttp://localhost:5000/
) npm build
node server
Note: This is the web front-end only. The API is server/deadapi.
- requires node.js and npm
- install dependencies:
npm install
- start prod server:
node server
(or your favorite Procfile thing) - dev server: run
./devserver.sh
, open localhost:8080/webpack-dev-server/ and enjoy continuous rebuild-and-automatic-reload-with-sourcemaps-and-everything! - It will attempt to connect to the backend at the URL written in
public/API_URL.conf
. If using the prod server, you should instead set theAPI_URL
environment variable.