- Node.js v14 or newer.
- Clone the repo
- Install project dependencies —
npm install
. - Create
.env
file -cp .env.example .env
. - Launch the app —
npm run dev
, it will become available at http://localhost:3000.
dev
build
test:unit
code:format
code:check