helpwave / web

The official web application of helpwave

Home Page:https://staging-tasks.helpwave.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helpwave web

The official helpwave web frontends.

OpenSSF Scorecard


Projects

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

Getting Started

  1. pnpm install
  2. cd <project>
  3. pnpm run dev
  4. open http://localhost:3000

Storybook

pnpm run storybook in the lib folder

We are about to adopting Storybook to develop, preview, testing and showcasing our components. Below you will find a listing of our deployed Storybook. You can also run these locally to develop new stories via the above command (open the displayed port in your browser of choice) in the supported projects.

Testing

This project is tested with BrowserStack.

Linter

  1. cd <project>
  2. pnpm run lint or pnpm run lint --fix

Boilerplate generation

The script lies in scripts

Execution with

  • node generate_boilerplate <relative filepath>
  • pnpm run generate <relative filepath> (within the projects)

All options can be seen with the --help flag

About

The official web application of helpwave

https://staging-tasks.helpwave.de

License:Mozilla Public License 2.0


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%Language:Dockerfile 0.0%