add server

This commit is contained in:
Kevin Puig
2025-09-26 23:36:08 -04:00
parent d2a8cf11a2
commit 051aa69363
6 changed files with 70 additions and 0 deletions

11
concord-server/README.md Normal file
View File

@@ -0,0 +1,11 @@
To install dependencies:
```sh
bun install
```
To run:
```sh
bun run dev
```
open http://localhost:3000