- Create optional file 'credentials.js' in '\server\config\environment\credentials.js'
export default {
port: 9000,
armadilloUrl: 'http://localhost:3000/', // Machine Learning service local address https://github.com/Artimatic/station-analysis-service
};
Run npm install or npm ci
Run npm run build .
Run npm run start
Requires station-analysis-service to be set up and running. https://github.com/Artimatic/station-analysis-service