Skip to content

cats-save-the-world/app-v2

Repository files navigation

server

Set up

npm i
npm prepare
cp .env.example .env

Run

npm run dev

Check code-style

npm run lint

Fix code-style

npm run lint:fix