From 382b7cbc98c397bc134e78f4f22f00c85da2e9e4 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sun, 31 Aug 2025 20:19:22 +0200 Subject: [PATCH 1/2] chore: update README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b1c630..2c40997 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,21 @@ ModpackResolver This project allows you to quickly visualize which versions of Minecraft to use for a given set of mods. Select the mods you would like to use, and the tool will list Minecraft versions with the highest compatibility (= with the most mods available). + +# Usage +## Website Use it at https://itrooz.github.io/ModpackResolver +## CLI +Download the artifact from the [nightly release](https://github.com/iTrooz/ModpackResolver/releases) # Authors - Frontend: [ZeKap](https://github.com/ZeKap) - API calls & backend: [iTrooz](https://github.com/iTrooz) # Development -First, install dependencies with `bun i` -To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev` +- Clone project +- Install dependencies with `bun i` +- To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`. You may specify to proxy/cache API requests through http://localhost:8080 by running `bun run opt:proxy bun run dev` # WIP Project is in dev state, not stable nor finished yet From b5989c58cec8f700361459f9d521b4a75f709f36 Mon Sep 17 00:00:00 2001 From: iTrooz Date: Tue, 2 Sep 2025 16:46:02 +0200 Subject: [PATCH 2/2] remove WIP --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2c40997..ab44ca6 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,3 @@ Download the artifact from the [nightly release](https://github.com/iTrooz/Modpa - Clone project - Install dependencies with `bun i` - To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`. You may specify to proxy/cache API requests through http://localhost:8080 by running `bun run opt:proxy bun run dev` - -# WIP -Project is in dev state, not stable nor finished yet