No description
Find a file
2025-11-10 22:03:54 +01:00
.forgejo/workflows update workflow 2025-11-10 22:03:54 +01:00
data maybe backend done hopefully 2025-05-31 11:46:12 +02:00
public/assets add API and WS docs 2025-06-08 18:20:03 +02:00
src update workflow 2025-11-10 22:03:54 +01:00
.env.example add API and WS docs 2025-06-08 18:20:03 +02:00
.gitignore maybe backend done hopefully 2025-05-31 11:46:12 +02:00
bun.lockb update deps suggested by dependabot 2025-10-22 17:41:16 +02:00
drizzle.config.ts [untested] include mods with create-fabric as deps, handle modrinth api errors better, format with biome 2025-04-12 10:51:14 +02:00
eslint.config.mjs Initial commit from Create Next App 2025-04-10 14:02:13 +02:00
global.d.ts partial fix 2025-04-10 17:41:55 +02:00
LICENSE docs: add license + README 2025-04-10 19:18:01 +03:00
next.config.ts i think finished :D 2025-05-31 19:02:09 +02:00
package-lock.json fetcher 2025-04-10 22:13:15 +02:00
package.json update deps suggested by dependabot 2025-10-22 17:41:16 +02:00
postcss.config.mjs Initial commit from Create Next App 2025-04-10 14:02:13 +02:00
README.md update workflow 2025-11-10 22:03:54 +01:00
tsconfig.json update deps suggested by dependabot 2025-10-22 17:41:16 +02:00

create-addons

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.

How to Run

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"

Development mode

# 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

Production Mode

# Build the app
bun run build

# Start the app
bun start
# Then wait for it to finish fetching the mods

Maintainers

This project is maintained by Stef (GitHub) and orangc. Stef did the backend and orangc did the frontend/UI design.

License

This project is licensed under the GNU GPL v3 license. This project is not affiliated with or endorsed by Create or Mojang.

TO-DO

  • /docs/models page
  • Websocket page(s)