Just a simple React Typescript loading screen utilizing shadcn/ui and tailwind
cd web
pnpm i
pnpm build
- To change the server name, edit
Server Name
in App.tsx - To change the pictures, open
web/src/components/carousel/Carousel.tsx
and edit the links in theimages
const. Images should ideally be 1920x1080.
You will have to rebuild the resource after these changes.