mirror of
https://github.com/sailor-sh/CK-X.git
synced 2026-05-06 00:26:41 +00:00
582 B
582 B
Local Setup Guide for CK-X Simulator
Quick Setup
- Clone the repository:
git clone https://github.com/@nishanb/CK-X.git
cd ck-x
- Run the deployment script:
./scripts/compose-deploy.sh
Alternatively,
- Use the command
docker compose upand manually navigate tohttp://localhost:30080in your browser
The script will deploy all services locally and open the application in your browser.
After making any changes to the code, you can redeploy with:
docker compose up -d
This setup has been tested on Mac and Linux environments.