Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 798 Bytes

File metadata and controls

46 lines (36 loc) · 798 Bytes

🚀 Quick Start Guide

Follow these steps to access and start your Poshmark Assistant app.

1. Open this Distro

Open your Windows Terminal or PowerShell and type:

wsl -d UbuntuCLI

2. Navigate to the Folder

Once inside the terminal, go to your project folder:

cd ~/Poshmark-Assistant-LATEST

3. Docker Commands (The Controls)

Start the App (Normal):

docker-compose up -d

Stop the App:

docker-compose down

Restart & Rebuild (Use this if you change settings/code):

docker-compose up --build -d

View Live Logs (See what the AI is thinking):

docker-compose logs -f

Check if App is Running:

docker ps

4. Access the App

Open your browser and go to: http://127.0.0.1:3000