Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.53 KB

File metadata and controls

43 lines (26 loc) · 1.53 KB

Website of the HomeworkSMP

Overview

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.

License

This project is licensed under the GPL-3.0 License. For more details, refer to the LICENSE file.

Contributing

We welcome and appreciate contributions to improve the HomeworkSMP website! Here's how you can get started:

Fork and Pull Requests

  1. Fork this repository to your GitHub account (HomeworkSMP Members may create a new branch instead).
  2. Make your changes in the new branch/fork.
  3. 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.

Local Development Setup

To contribute locally, follow these steps:

  1. Clone the repository to your computer.

  2. Ensure Node.js is installed on your system.

  3. Install the project dependencies:

    npm install
  4. 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.