This is a rewrite of the original Prosperity website in Solid.js. Among other features, this rewrite is focused on overall better UI and UX.
- Fancy landing page.
- More art and graphics.
- Project gallery page.
- Markdown-based wiki pages.
- Page showing server news.
- Move to another hosting service.
- SSR.
- Contact form.
- Integration with Grafna stats.
- Something to do with 3D...
If you wish to run this project locally, follow these instructions:
- Download Node and npm from here.
- Clone the repository.
- Open the repository directory in your terminal and run
npm i
. - Start the development server with
npm run dev
. - Open http://localhost:7200.
Code style is enforced by the .prettierrc
file, if you're using Visual Studio
code then it will have been automatically suggested when you open the project.
In addition to this the Headwind extension can be used to automatically sort
Tailwind classes.
Build the project with npm run build
. The site will be optimized and compiled
to the /dist
directory.