Official website for the HowiePvP Minecraft server, built with SvelteKit and daisyUI
This app uses environment variables for configuration. Copy the .env.example
file in
the root directory, rename it to ".env", and change the values if needed.
Install dependencies with Yarn, then run:
yarn dev
To create a production version of the site:
yarn build
You can preview the production build with yarn preview
.