The goal of this repo is to begin the work on Gladys 4.
git clone https://github.com/GladysAssistant/gladys-4-playground && cd gladys-4-playground
Install dependencies:
npm install
Run database migration:
npm run db-migrate:dev
Start the server (dev):
npm start
Start the front (dev):
npm run -s dev --prefix ./front
To run tests:
npm test