Skip to content

vgskye/moddermore

 
 

Repository files navigation

Moddermore

Powered by Vercel

Share the mods you use with anyone.

Features

  • Sleek user interface
  • Unique link for each list
  • Import from
  • Export to
    • Folder of mods
    • Modrinth modpack .mrpack

Stack

Big thanks to all of the contributors to those projects who have made this project possible 🤓

Development / Contributing

We welcome all contributors to the project! Feel free to open PRs if you see something you can improve 😁

Run yarn install to install dependencies, and run yarn dev to start the development server.

You will need to register for a few services and set a few environment variables (e.g. via .env.local) to start contributing.

We use MongoDB as our primary database. We also access the CurseForge and Modrinth APIs, and the CurseForge Core API requires an API key which you can apply for in this form. Don't worry - this key is meant to be public!

# MongoDB
MONGODB_URI=""

# GitHub
GITHUB_CLIENT_ID=""
GITHUB_CLIENT_SECRET=""

# CurseForge
NEXT_PUBLIC_CURSEFORGE_API_KEY=""

# Email
EMAIL_SERVER=""
EMAIL_FROM=""

There are also a few maintenance scripts available:

  • yarn utils:minecraftVersions: updates available Minecraft versions from Mojang

Stats

Stats from Repobeats

About

Share the mods you use with anyone.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.2%
  • CSS 3.1%
  • JavaScript 1.7%