Skip to content

Commit 9f740b7

Browse files
iTroozCopilotZeKap
authored
chore: actually add a README (#33)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: ZeKap <kapismath@gmail.com>
1 parent 2d0b125 commit 9f740b7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1-
# Development
1+
ModpackCreator
2+
===
3+
4+
This project allows you to quickly visualize which versions of Minecraft to use for a given set of mods.
5+
Select the mods you would like to use, and the tool will list Minecraft versions with the highest compatibility (= with the most mods available).
26

3-
Running the CLI: `cd apps/cli && bun run start [arguments]`
7+
Use it at https://itrooz.github.io/ModpackCreator
8+
9+
# Development
10+
First, install dependencies with `bun i`
11+
To run the web app in development mode, go the right folder (`cd web`) and run using `bun run dev`
412

5-
Running the web app: `cd apps/web && bun run start:web [arguments]`
13+
# WIP
14+
Project is in dev state, not stable nor finished yet

0 commit comments

Comments
 (0)