Skip to content

ProsperityMC/Prosperity-Website

Repository files navigation

Prosperity Website

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 siteDiscord server (contact)

For Developers

This site is built with Next.js, Tailwind, and MDX.

Contributing

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.