This is the official website for the Prosperity Minecraft server and it's related projects. The site is mainly home to the server's wiki, landing page, and project gallery, with some future additions planned.
Visit the site • Discord server (contact)
This site is built with Next.js, Tailwind, and MDX.
If you are interested in contributing to the wiki read the contribution guide here.
If you are interested in contributing to the site itself follow the instructions below and ensure that you are following the configured Prettier and ESLint rules.
To run the site locally you must have Node.js and yarn installed.
yarn # run to install the required packages
yarn run dev # run to start the live development server
Then navigate to http://localhost:3000 to view the site.