Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.85 KB

README.md

File metadata and controls

56 lines (44 loc) · 2.85 KB

QuickInstall.App - Frontend

Quality Gate Status Coverage Code Smells Maintainability Rating Reliability Rating Vulnerabilities Storybook Docs

Prerequisites

This project includes a Dev Container that is pre-configured with all the necessary tools installed and an environment properly set up.

There are several ways to start using dev containers:

  • Launch the dev container directly from the GitHub repository using Codespaces
  • Launch the dev container from Visual Studio Code or Visual Studio using the Dev Containers extension
  • Launch the dev container from an IntelliJ IDE (with early support only - not recommended)
  • Launch the dev container using Dev Container CLI and Docker:
    devcontainer up --workspace-folder .

Without using the include dev container, please make sure the following requirements are met:

  • Installed Node.js v20 or above
  • Installed pnpm v8 or above

Running locally

  1. Start the backend servers by following the instructions here
  2. Install dependencies
    pnpm i
  3. Start the backend servers
    pnpm start
  4. The frontend can be accessed at https://localhost:5173/

Building from source

  1. Install dependencies
    pnpm i
  2. Build the backend
    pnpm run build
  3. The artifacts can be found in the dist folder

Components library

Storybook Components Library