Follow these steps to access and start your Poshmark Assistant app.
Open your Windows Terminal or PowerShell and type:
wsl -d UbuntuCLIOnce inside the terminal, go to your project folder:
cd ~/Poshmark-Assistant-LATESTStart the App (Normal):
docker-compose up -dStop the App:
docker-compose downRestart & Rebuild (Use this if you change settings/code):
docker-compose up --build -dView Live Logs (See what the AI is thinking):
docker-compose logs -fCheck if App is Running:
docker psOpen your browser and go to: http://127.0.0.1:3000