Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 753 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 753 Bytes

Contribution guide

Pre-requisites

These are the pre-requisite softwares for local development:

  • Node.js v16 (at time of writing, 16.15.0 is used)
  • PNPM v7 (at time of writing, 7.13.5 is used)
  • Browsers that support Worker with ES modules (at time of writing, Firefox is not supported)

Setup

After forking & cloning your repo locally:

  1. Bootstrap dependencies
    pnpm install
    
  2. Run dev server
    pnpm dev
    
  3. Open http://localhost:5173 in browser
  4. Do code changes in app/ (or packages/brstm) folder and changes will reflects in browser as soon as you save the changes.