import { Button } from "../components/Button.tsx"; import { Content } from "../components/Content.tsx"; import { OL } from "../components/OL.tsx"; export default function Home() { return (
); } function Setup() { return (

First Time Setup

Looks like this is your first time running{" "} MC Grizz

There are just a few steps to get you up an running.

    Select your loader

    Choose between Forge, Fabric, or Vanilla (support for Bukkit, Spigot, and others coming... soon...)

    Accept EULA

    Mojang requires you to accept their{" "} EULA {" "} (End-User License Agreement) in order to be able to run a server.

    Select Mods and Datapacks

    We'll show you a selection of preconfigured modpacks, mods, and datapacks for you to choose for your server

    Game On!

    Time to play! We'll finish setting everything up and give you the IP address for you and your friends to connect.

); }