feat: add initial server setup
This commit is contained in:
parent
b7a64260e8
commit
dcf9ab4deb
10 changed files with 259 additions and 20 deletions
18
README.md
18
README.md
|
@ -1,6 +1,8 @@
|
|||
# beesrv-server
|
||||
# BeeSrv
|
||||
|
||||
To install dependencies:
|
||||
## Server
|
||||
|
||||
### Installing Dependencies
|
||||
|
||||
```bash
|
||||
bun install
|
||||
|
@ -10,4 +12,14 @@ 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.
|
Loading…
Add table
Add a link
Reference in a new issue