Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 795 Bytes

EssentialsX Website

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.

Development

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.