mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 15:25:59 +00:00
fix(docu): update README.md (#441)
This commit is contained in:
parent
362ba88bf3
commit
24301a8933
17
README.md
17
README.md
@ -23,8 +23,23 @@ Utopia Map is made for networks and initiatives that aim to connect people in r
|
|||||||
|
|
||||||
Clone the repository and get started with the following commands:
|
Clone the repository and get started with the following commands:
|
||||||
|
|
||||||
|
**Start docker**
|
||||||
```bash
|
```bash
|
||||||
npm install
|
docker compose up -d
|
||||||
|
```
|
||||||
|
**Initialize backend**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo chmod 777 -R ./data/
|
||||||
|
cd backend/
|
||||||
|
./push.sh
|
||||||
|
./seed.sh
|
||||||
|
```
|
||||||
|
After this the frontend is running on http://localhost:8080 and the backend on http://localhost:8055
|
||||||
|
|
||||||
|
**Start dev server**
|
||||||
|
```bash
|
||||||
|
cd app/
|
||||||
npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user