Files
CK-X/docs/local-setup-guide.md
2025-04-05 15:20:55 +05:30

582 B

Local Setup Guide for CK-X Simulator

Quick Setup

  1. Clone the repository:
git clone https://github.com/@nishanb/CK-X.git
cd ck-x
  1. Run the deployment script:
./scripts/compose-deploy.sh

Alternatively,

  1. Use the command docker compose up and manually navigate to http://localhost:30080 in 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.