Quickstart
Prerequisites
1. Install dependencies
git clone https://github.com/fortunexbt/mutx.dev.git
cd mutx.dev
npm install
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -e ".[dev]"
cp .env.example .envDATABASE_URL=postgresql://mutx:mutx_password@localhost:5432/mutx2. Start local services
3. Start the API
4. Start the web app
5. Verify health
6. Create a local user
7. Create and deploy an agent record
Optional: CLI setup
Optional: frontend verification
Optional: Playwright smoke tests
Last updated
