rhythmic-wheel-uksc7GuideReference

Getting Started

To get a local copy up and running, please follow these simple steps.

FrontendCopied!

PrerequisitesCopied!

  • Node.js (Version: >=18.x)

  • pnpm

  • Git

⚠️ Make sure the backend is up and running before starting the frontend.

The frontend depends on API responses from the backend service. If the backend is not available, pages may fail to load or function properly.

DevelopmentCopied!

1. Setup

Clone the repo into a public GitHub repository (or fork https://github.com/try-veil/veil/fork).

git clone https://github.com/try-veil/veil

2. Go to the project folder

cd packages/platform/web/apps/complete-application

3. Install packages

pnpm install

4. Set up your .env file

5. Start the Project

pnpm run dev