Skip to content

helpwave/web

Folders and files

NameName
Last commit message
Last commit date
Dec 17, 2024
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 14, 2025
May 6, 2023
Jun 16, 2023
Feb 4, 2023
May 14, 2025
Sep 29, 2022
May 14, 2025
May 12, 2025
May 14, 2025
May 14, 2025
Oct 17, 2023

Repository files navigation

helpwave web

The official helpwave web frontends.

Open in GitHub Codespaces


This repository is split up into multiple subprojects using pnpm workspaces.

Getting Started

Prerequisites

Before you can start you need to have these installed:

  • Node.js
  • pnpm (installation through npm npm install -g pnpm)

Setup

pnpm install

Usage

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.

Testing

This project is tested with BrowserStack.

Linter

Our projects use linting with eslint to create a uniform code style. The linter can be used with:

pnpm run --filter "@helpwave/*" lint

Scripts

The list of all our scripts can be found here.

Boilerplate generation

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