Get BareStack running in under 5 minutes with Docker. If you already have a server with Docker installed, run:
# Clone the repository
git clone https://github.com/anirudhprashant/barestack-app.git
cd barestack-app
# Start with Docker
docker compose up -d
# Open in browser
open http://localhost:3000