Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 302 Bytes

File metadata and controls

22 lines (16 loc) · 302 Bytes

Contributing to StellarTickets/frontend

Development setup

npm install
cp .env.example .env.local
npm run dev

Before opening a PR

npx eslint .
npx tsc --noEmit
npm run build

Commit style

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