/CCFest

The event organizer for ComputerCraft related events!

Primary LanguageVue

CCFest

The event organizer for ComputerCraft related events!

The website

The website is managed with Nuxt 3. Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun run dev

Building

Build the application for production:

bun run build