Prerequisites

To run 3D-Artist, you need

Getting Started

Follow these steps to get DesignDive up and running

  1. Clone the repository

    git clone https://github.com/DLOVRIC2/designdive
    

    -copy past this link in your terminal

  2. Navigate to the repository directory

    cd designdive
    
  3. Export your key to local session

    export REPLICATE_API_TOKEN=you_api_key
    
  4. Start the Docker containers

    docker-compose up --build
    

    This will start the front-end application at http://localhost:3000.

To stop the application, use the command docker-compose down.

Troubleshooting

If you face any issues, check

  • Your Docker version Ensure that your Docker version is up-to-date.
  • Dockerfile paths Ensure the paths specified in the docker-compose.yml are correct.