Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 496 Bytes

INSTALL.md

File metadata and controls

9 lines (8 loc) · 496 Bytes

Project Installation

  1. Clone the project
  2. Make sure the PURIS backend and the product-edc is running with all its components
  3. The VITE_BASE_URL in the .env file must be configured to the PURIS backend instance
  4. Run the application:
    • (npm) Use npm install and npm run dev (for development) or npm run build (for production)
    • (Docker) Run docker build . and docker run -d -p 3000:3000 CONTAINERID
  5. Done! The frontend should be available at http://YOURIP:3000/