sumeetghumare4 / 3D-Artist

Home Page:https://3d-artist.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://3d-artist.vercel.app


Languages

Language:Python 33.2%Language:JavaScript 31.6%Language:CSS 30.9%Language:HTML 2.6%Language:Dockerfile 1.7%