Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 281 Bytes

File metadata and controls

15 lines (11 loc) · 281 Bytes

Contributing to SoroProtocol App

Setup

npm install
npm run dev

Workflow

  1. Branch from main: git checkout -b feat/your-feature
  2. Make changes, write tests where applicable
  3. Run npm run lint before opening a PR
  4. Open a PR with a clear description