diff --git a/README.md b/README.md index b51d273..cc8b628 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,9 @@ !["web_ui"](./assets/images/web_ui.png) -**full-stack development environment** using: +**Demo** + [Python Front](https://europanite.github.io/python_front/)) -- **Frontend**: [Expo](https://expo.dev/) ([React Native](https://reactnative.dev/) + [TypeScript](https://www.typescriptlang.org/)) - - Runs on **Web, Android, and iOS** with a single codebase -- **Container**: [Docker Compose](https://docs.docker.com/compose/) for consistent development setup - ---- - -## Features - -- --- ## 🚀 Getting Started @@ -32,20 +24,6 @@ docker compose build # Run the container docker compose up ``` - -### 3. Visit the services: - ---- -### 4. Test: - -```bash -docker compose \ - -f docker-compose.test.yml run \ - --rm \ - --entrypoint /bin/sh service_test \ - -lc ' pytest -q ' -``` - --- # License