Skip to content

Team3256/WD

Repository files navigation

WD

WD stands for whatever you want it to stand for

Updated for Reefscape 2025.

Behold, in all of its glory (we only have dark mode for now):

Reefscape 2025

Developing

We use Bun

Once you've installed dependencies with bun install, start a development server:

bun run tauri dev

Building

To create a production version of the app:

bun run tauri build

You can preview the production build with bun run preview.