1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-27 17:19:41 +02:00
codex.docs/README.md

14 lines
120 B
Markdown
Raw Normal View History

## Getting Started
```shell
yarn && yarn start
```
#### Using Docker
```
docker-compose build
docker-compose up
```