The official helpwave web frontends.
This repository is split up into multiple subprojects using pnpm workspaces.
- helpwave tasks (see tasks)
- landing page of helpwave (see landing-page)
Before you can start you need to have these installed:
pnpm install
cd tasks # or any other page like e.g. landing-page
pnpm run dev
After that you should be able to open the project in the browser http://localhost:3000
.
This project is tested with BrowserStack.
Our projects use linting with eslint
to create a uniform code style. The linter can be used with:
pnpm run --filter "@helpwave/*" lint
The list of all our scripts can be found here.
Execution with
node generate_boilerplate <relative filepath>
pnpm run generate <relative filepath>
(within the projects)
All options can be seen with the --help
flag
Example: node scripts/generate_boilerplate tasks/components/test