Development
System Requirement:
- Git
- Rust
- Docker
- Node.js with pnpm
(Latest version is recommended)
Clone the repository
git clone https://github.com/ZingerLittleBee/server_bee-backend.git
Switch to the project directory
cd server_bee-backend
Install dependencies
pnpm install
Start the development server
pnpm dev
pnpm dev
is a script start, you can check the script/dev.mjs
file for the specific start command