forked from aidan/beesrv
25 lines
296 B
Markdown
25 lines
296 B
Markdown
# BeeSrv
|
|
|
|
## Server
|
|
|
|
### Installing Dependencies
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.ts
|
|
```
|
|
|
|
### Applying DB Changes
|
|
|
|
```
|
|
bunx drizzle-kit push
|
|
```
|
|
|
|
### Serving Files
|
|
|
|
A `beebox.xml` file should be placed the `server/serve/` directory. You will have to create this directory. |