Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 435 Bytes

user-backend-v2

This project uses yarn for package management.

Setup

Run yarn install to install all dependencies.

Copy .env.example to .env and modify it to match your environment.

Start development server

Run yarn run dev

Build

Run yarn run build

Lint code with Prettier

Run yarn run lint-check

Format code with Prettier

Run yarn run lint-fix