Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 374 Bytes

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