Set up server to relay ripples and presence info
This commit is contained in:
parent
398aa43338
commit
8ccb60de61
7 changed files with 338 additions and 7 deletions
15
server/README.md
Normal file
15
server/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# @compost.party/pond-server
|
||||
|
||||
To install dependencies:
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.0.24. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
Loading…
Add table
Add a link
Reference in a new issue