This repository contains the source code for the EssentialsX website, which is hosted at essentialsx.net.
This website is built using Next.js, Mantine, Tailwind CSS, and MDX.
While possible to use any package manager, this project is set up to use bun, a modern, superfast package manager and JavaScript runtime.
To get started, install bun, clone this
repository, and run bun install
in the project directory.
To start the development server, run bun dev
. The website will be available
at http://localhost:3000
and will automatically reload when you make changes.