boost-frontend
Frontend for RappyTV's Boost Notifications discord bot powered by Svelte and Bun.
Configuring the project
git clone https://github.com/RappyBots/Boost-Frontend/
bun i
Starting a development server
bun run dev
Deploying
bun run build
PORT=8080 bun run build/index.js