Skip to content

Commit 67aed4e

Browse files
committed
Add more information
1 parent b48b764 commit 67aed4e

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

app/backend/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Run the following command to build the sub-project:
1212
xmake build backend
1313
```
1414

15+
## How to use
16+
17+
Url: `localhost:8848/#/room/example` - the room url, the website will create a room.
18+
Url: `localhost:8848/#/` - the base url, the page will list the rooms.
19+
1520
## Main Technologies
1621

1722
- C++17

app/frontend/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Run the following command to build the sub-project:
1212
pnpm run build
1313
```
1414

15+
This process is not necessary as this sub-project is automatically built when running the `backend` sub-project.
16+
1517
## Main Technologies
1618

1719
- [Svelte](https://svelte.dev/)

app/raspberry_pi/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Run the following command to build the sub-project:
1717
xmake build raspberry_pi
1818
```
1919

20+
To connect the Raspberry Pi to the backend, you would need the `IPv4 Address` of your Computer/Server and change the host to the value in `IPv4 Address`.
21+
22+
If this doesn't work, you may need to restart your Computer/Server.
23+
2024
## Main Technologies
2125

2226
- C++17

0 commit comments

Comments
 (0)