A small website for our osu tournament for TEST Open 2024.
- Bun: Runtime and Package Manager
- Typescript: Language
- Next.js: Framework
- Vercel: Hosting
- Tailwind CSS: CSS Styling
- Radix Primitives: Accessible Components
- Supabase: Database
- Next Intl: Localization
- BetterStack: Status
Follow these steps to get the dev server up and running:
-
Set Environment Variables: Ensure you've set all environment variables.
-
Install Dependencies: Use Bun to install project dependencies:
bun install
-
Start the Server: Run the following command to start the dev server:
bun dev