Welcome to the HomeworkSMP website! HomeworkSMP is a Minecraft SMP server dedicated to providing a fun and engaging multiplayer experience. This website serves as a hub for information, updates, and community engagement related to the server.
This project is built using Astro and Tailwind CSS, ensuring a fast and responsive user experience.
This project is licensed under the GPL-3.0 License. For more details, refer to the LICENSE file.
We welcome and appreciate contributions to improve the HomeworkSMP website! Here's how you can get started:
- Fork this repository to your GitHub account.
- Make your changes in a new branch or directly within the repository (if you're a HomeworkSMP member).
- Submit a pull request (PR) with a clear description of your changes.
Our deployment service, Cloudflare Pages, will automatically generate a preview of your changes for review.
To contribute locally, follow these steps:
-
Clone the repository to your computer.
-
Ensure Node.js is installed on your system.
-
Install the project dependencies:
npm install
-
Start the local development server:
npm run dev
This will launch a live-reloading development environment, allowing you to preview and test your changes in real time.