create-addons is an online index of the Create Minecraft mod addons. TailwindCSS, FlyonUI, the Modrinth API and th Curseforge API are used in this project.
Important
Bun.
# Clone the repository
git clone https://git.stefdp.com/Stef/create-addons
# Install the dependencies
bun i
# Setup the database
bun db:setup
# Rename env file and configure
mv .env.example .env # make sure to set ENVIRONMENT to "production"# Start the app
bun dev
# This won't fetch the mods, you first have to run in production mode in order to fetch the mods# Build the app
bun run build
# Start the app
bun start
# Then wait for it to finish fetching the modsThis project is maintained by Stef (GitHub) and orangc. Stef did the backend and orangc did the frontend/UI design.
This project is licensed under the GNU GPL v3 license. This project is not affiliated with or endorsed by Create or Mojang.
- /docs/models page
- Websocket page(s)