Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 410 Bytes

File metadata and controls

29 lines (18 loc) · 410 Bytes

Artemis - ENRG HTTP Server

This application is the main ENRG HTTP server.

Getting Started

Ensure you have node.js >=10.0.0 and Postgres >=9.2 installed.

Install the grunt CLI globally:

npm install -g grunt-cli

Install npm dependencies

npm install

Start the server

./bin/artemis

Development

Just make that you run grunt watch before you start development.