feat: add modrinth mod

This commit is contained in:
Kentai Radiquum 2025-05-06 03:14:16 +05:00
parent 237ce9879d
commit e453f336a8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
8 changed files with 398 additions and 21 deletions

2
dev.py
View file

@ -7,6 +7,8 @@ if __name__ == "__main__":
environment = os.environ.copy()
environment["is_dev"] = "True"
environment["NEXT_PUBLIC_API_URL"] = "http://127.0.0.1:5000/api"
environment["MODRINTH_UA"] = "radiquum/YAMPD (kentai.waah@gmail.com)"
environment["CURSEFORGE_API_KEY"] = "$2a$10$bL4bIL5pUWqfcO7KQtnMReakwtfHbNKh6v1uTpKlzhwoueEJQnPnm"
# TODO: handle multiple package managers line npm(node), deno, yarn
# TODO?: install node deps automatically