Getting Started
Installation
To get started with the TEDective UI locally, follow these steps:
- Clone this repository
- Navigate to the project directory
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Access the UI in your browser at
http://localhost:3000
Install with Docker
To run the TEDective UI using Docker, use the following commands:
- Build the Docker image:
docker build -t tedectiveui .
- Run the Docker container:
docker run -p 3000:3000 tedectiveui