Personal finance statistics and tracking app
Install NPM dependencies :
npm ciBuild assets :
node ace mix:buildBuild assets and watch for file changes :
node ace mix:watchBuild assets for production :
node ace mix:build --productionRun adonis server :
node ace serve --watch