Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 507 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (15 loc) · 507 Bytes

Contributing

  1. Clone the repository git clone https://github.com/solidjs/solid-start.git
  2. Install dependencies pnpm install
  3. Run an example pnpm --filter example-hackernews run dev
  4. Make changes and check if things work in examples
  5. Add integration tests in test, if appropriate
  6. Run tests locally
    • Setup playwright: pnpm run install:playwright
    • Run all tests: pnpm run test:all
    • Show report: pnpm run show:test-report

Requirements

  1. Node.js: ^18.12.0