Update README.md

This commit is contained in:
Shaun Orssaud 2023-11-24 12:03:54 +09:00 committed by GitHub
parent 07cf92153f
commit 77107fb5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,11 @@ A frontend for codex made with Flutter.
- Dockerize frontend
- Show status of locally running codex node
- Upload to codex nodes
- Download from codex nodes
- Now supports marketplace endpoints!
## Planned Features
- Add support for marketplace endpoints
- Show status of connection to codex peers
## How To Run It
@ -25,8 +26,6 @@ A frontend for codex made with Flutter.
```console
git clone https://github.com/Kayvon-Martinez/codex-frontend
cd codex-frontend
docker build -f Dockerfile.api -t codex-frontend-api .
docker build -f Dockerfile.client -t codex-frontend-client .
docker compose up
```