Skip to content

tomADC443/aipdet_fe

Repository files navigation

AIPDET - Frontend

How to run this project locally

Prerequisites

  • NodeJs 20.0 or higher
  • npm (Node Package Manager)

1. Clone this repository

2. Install dependencies

npm install

3. Add environment variables

  • create a '.env' file based on '.env.sample'

4. Start the dev server

npm run dev

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.

Testing

To run the tests using playwright testing suite

npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published