Skip to content

helpwave/web

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.

  • helpwave tasks (see tasks)

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
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

Releases

No releases published

Packages

 
 
 

Contributors 16

Languages