- Clone the repository
git clone https://github.com/solidjs/solid-start.git - Install dependencies
pnpm install - 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 --filter solid-start-tests install:playwright - Run all tests:
pnpm run test:all
- Setup playwright:
- Node.js: ^16.13.0