Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 453 Bytes

eloq ui

Notice

The paths must be reachable from the root folder of the API application.

Prerequisites

Adjust the backend url in the .env file.

Getting started locally

  • Clone the repository and navigate into the directory.
  • Run npm install to install all required depencies.
  • Run npm start to start the application.

Getting started using the Dockerimage

  • Build and run the image with docker build and docker run.