To install the last stable version of the system you have to be located in master
. For that, you have to download the code and obtain the last version.
git checkout master
git pull origin master
Into /source
:
npm install
npm start # for development
npm run build # for production