To run the documentation locally, you need to have Node.js and pnpm installed on your machine.
pnpm install
pnpm start
The application will be available at http://localhost:4200 by default. Check your terminal for the exact URL.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm start |
Starts local dev server at localhost:4200 |
pnpm build |
Build your production site to ./dist/browser |
pnpm exec playwright test |
Run e2e tests |
pnpm exec playwright test --ui |
Run e2e tests in interactive UI mode |
pnpm exec playwright test --debug |
Runs the tests in debug mode. |
pnpm exec playwright codegen |
Auto generate tests with Codegen |
pnpm run test-storybook |
Run Storybook tests |
Gerome Grignon 🚧 |
Simon 💻 |
Ldh 💻 |