Skip to content

Eimer-Archive/MineCrashWebsite

Repository files navigation

The MineCrash Website powered by SvelteKit

Developing

The development server can be started with:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To build the nodejs/static version of the website run:

npm run build