A platform to monitor the execution of National Plan to Erradicate Slave Labor (Plano Nacional para Erradicação do Trabalho Escravo - PNETE).
Install the following dependencies:
Clone this repository locally and create a .env
based on example:
cp .env.example .env
Install dependency modules:
npm install
Compile assets:
grunt build
Run:
npm start
Install grunt-cli
:
sudo npm install -g grunt-cli
If you made changes to the client, recompile it:
grunt build
A "watch" task is also available:
grunt watch
This application uses Loopback API framework and AngularJS Javascript SDK for the client app.
Coding style is defined following EditorConfig conventions. If you use Atom, install editorconfig package.