- Clone the repository
git clone https://github.com/solidjs/solid-start.git
- Install dependencies
pnpm install
- Build dependencies
pnpm run build:all
- Run an example
pnpm --filter example-hackernews run dev
- Make changes and check if things work in examples
- Add integration tests in
test
, if appropriate - Run tests locally
- Setup playwright:
pnpm run install:playwright
- Run all tests:
pnpm run test:all
- Show report:
pnpm run show:test-report
- Setup playwright:
- Node.js: ^20