In your Terminal app
- Type
git clone git@github.com:siegblink/interior-designer-ai.git
- Or type
git clone https://github.com/siegblink/interior-designer-ai.git
Go to the project's directory
- Type
cd interior-designer-ai
- Then,
npm install
3. Create an account at replicate
# Replace 'your-api-token' with your own API token from replicate
REPLICATE_API_TOKEN=your_api_token
Back in your Terminal in the project directory, type npm run dev