# 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.