GitHub Stars
14
User Rating
Not Rated
Favorites
0
Views
33
Forks
7
Issues
2
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
This project is built using [Bun](https://bun.sh/), a fast JavaScript runtime and package manager. While Bun is recommended for best performance, the server can also run with Node.js and npm as Bun is designed to be backward compatible with node.
macOS (using Homebrew):
macOS/Linux/WSL (using installer script):
Windows:
Windows users should use WSL (Windows Subsystem for Linux) or Docker to run Bun.
Node.js and npm will also work but may not offer the same performance benefits.
bash
brew install oven-sh/bun/bun
bash
curl -fsSL https://bun.sh/install | bash