🚧 This website is still under construction. Please stay tuned. 🚧
Self-host
UI Deployment

Getting Started

Installation

To get started with the TEDective UI locally, follow these steps:

  1. Clone this repository
  2. Navigate to the project directory
  3. Install the dependencies: npm install
  4. Start the development server: npm run dev
  5. Access the UI in your browser at http://localhost:3000

Install with Docker

To run the TEDective UI using Docker, use the following commands:

  1. Build the Docker image: docker build -t tedectiveui .
  2. Run the Docker container: docker run -p 3000:3000 tedectiveui