Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 345 Bytes

File metadata and controls

24 lines (18 loc) · 345 Bytes

Contributing to StellarTickets/backend

Development setup

npm install
cp .env.example .env
npx prisma migrate dev
npm run start:dev

Before opening a PR

npx tsc --noEmit
npx eslint "src/**/*.ts"
npm test
npm run build

Commit style

Keep commits scoped to one logical change with an imperative subject line.