HytaleModding is the largest community of modders for Hytale. We write docs, guides, and tools for modders of every skill level, and run community events like ModJams, town halls, and more that bring modders together and celebrate what they build.
Join us on Discord
If you'd like to contribute to this website, you can follow our Contributing Guide, or follow the version on our website:
- Node.js 18.x or higher
- Bun package manager
If you don't have Bun installed, you can install it globally using npm:
npm install -g bunAlternatively, visit bun.sh for other installation methods.
- Create a fork of the repository
- Clone that repository & change your directory into it.
git clone https://github.com/<you>/<fork repo name>.git
cd <fork repo name>- Install dependencies:
bun install- Run the development server:
bun run dev- Open http://localhost:3000 in your browser to view the site.
bun run dev- Start the development serverbun run build- Build the production applicationbun start- Run the production serverbun run types:check- Validate TypeScript types and MDX filesbun run lint- Run ESLint for code quality
