Welcome to Azurite, a platform for sharing and discovering mods for various games. It's similar to Thunderstore, but with a few tweaks to make it more user-friendly.
Azurite is a website where users can upload, share, and download mods for their favorite games. It provides a user-friendly interface for browsing mods, searching for specific ones, and managing your own uploads. I'm working on making it a mod manager too, but that's a ways off.
- Exsists: The site exsists! New stuff comming soon!
Link to Demo - Check out the demo if you want to see what it looks like in action.
To run azurite locally, follow these steps:
- Clone the repository:
git clone https://github.com/Abstractmelon/azurite.git
- Navigate to the project directory:
cd azurite
- Setup needed files:
pnpm run setup
- Start the development server:
pnpm run dev
Once the development server is running, you can access the site in your web browser at http://localhost:5173
.
Contributions to Azurite are welcome! If you'd like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Commit your changes with clear and descriptive messages.
- Push your branch to your fork and submit a pull request to the main repository.
This project is licensed under the GNU v3 License. Feel free to use, modify, and distribute it as you see fit.