diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..61343e9 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,7 @@ +{ + "recommendations": [ + "svelte.svelte-vscode", + "tauri-apps.tauri-vscode", + "rust-lang.rust-analyzer" + ] +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..c05ec8a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Index App +A app that simplifies download process of mods + +# Note! +This app fetches mods from Weave Index mod repo and repo is still work in progress +Dont expect all mods here \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..233f8f5 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + +
+ + + +{desc}
+ +