Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 458 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 458 Bytes

Gladys 4 Playground

The goal of this repo is to begin the work on Gladys 4.

Installation

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

Running tests

To run tests:

npm test