15 lines
300 B
Markdown
Raw Normal View History

2023-10-25 15:01:58 +02:00
# Codex Testnet Starter
Hit the ground running with Codex.
## How to start
- Have docker installed.
- Clone this repo.
- `docker-compose up -d`
- Open browser to `<GUI ENDPOINT HERE>`
## How to stop
- `docker-compose down`
## How to stop and delete everything
- `docker-compose down --rmi all -v`