diff --git a/.gitignore b/.gitignore
index 3b735ec..9410543 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,13 @@
*.dll
*.so
*.dylib
+/build/windows
+/build/bin
+
+/frontend/dist
+/frontend/node_modules/*
+frontend/node_modules/*
+node_modules
# Test binary, built with `go test -c`
*.test
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f5ef0f1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+It's going to be great, so great, in fact it will be the best
+
+
+
+
+## Features
+
+### Steam-Like Subscription Based Downloading and Installing
+MTGO Launcher offers a subscription-based model similar to Steam, allowing users to access and download mods seamlessly. This feature streamlines the process of acquiring and installing mods, making it more convenient and user-friendly.
+
+
+### Multiple Mod Profiles with Separate User-Profiles
+MTGO Launcher introduces the concept of multiple mod profiles, allowing users to create and manage different sets of mods for their games. Each mod profile can have its own separate user-profiles, enabling users to customize their experience for different gameplay styles or preferences.
+
+### Auto Updates for Mods
+Stay up-to-date effortlessly with the auto update feature of MTGO Launcher. When a new version of a mod is released, the launcher will automatically download and install the latest version, ensuring that you always have the most current enhancements and fixes.
+
+### Seamless Management of Mods for MTGA and SPT-AKI
+MTGO Launcher simplifies the management of mods by providing the ability to handle mods from both Make Tarkov Great Again and SPT-AKI separately. This dual compatibility allows users to organize and customize their mods for each emu independently. Additionally, the launcher enables users to switch between these two games effortlessly, eliminating the hassle of navigating through multiple interfaces.
+
+### Cross Emulation
+MTGO Launcher serves as a unified platform for both SPT-AKI and MTGA, enabling users to conveniently select, download, install, and cross-launch mods for either game. This centralized approach simplifies the modding experience by offering a single launcher for multiple emulators, making it more efficient and user-friendly.
+
+
+## Usage
+
+
+
+AKI Version: 3.6.1
+
+MTGA Version: Latest
+
+GO Version: 1.21.0 windows/amd64
+
+Right now this is a prototype, a proof of concept. A backend server has not been made yet. As such, no functionality is ready.
+
+## Known issues
+
+
+
+None at the moment.
+
+
+
+## Who are we, and why are we doing this?
+
+
+
+MTGA is a organization founded by a few Altered Escape developers.
+
+
+
+We felt that there shouldn't just be one option for emulation and began development on MTGA.
+
+We are developing this emulator to offer an accessible experience, that is up-to-date and easy to modify to provide the best out-of-the-box experience for casuals and enthusiasts.
+
+
+
+## Community
+
+
+
+Our Discord is undergoing construction and is only available to those we invite.
+
+
+
+[For the time being, any serious inquiries should be forwarded to Discussions](https://github.com/Make-Tarkov-Great-Again/MTGA-Backend/discussions)
+
+
+
+## Contribution
+
+
+
+- Is there a part of the launcher you want to tackle?
+
+- Some code you would like to refactor?
+
+- Got an idea you would like to share/implement?
+
+
+
+Feel free to create a fork, open a pull request and request a review: **We are open to any contribution!**
+
+
+
+**To keep your fork up-to-date**, [we recommend using Pull](https://github.com/wei/pull)!
+
+
+
+
\ No newline at end of file
diff --git a/frontend/dist/index.html b/frontend/dist/index.html
index 538b73a..11e5009 100644
--- a/frontend/dist/index.html
+++ b/frontend/dist/index.html
@@ -7,8 +7,8 @@
myproject
-
-
+
+
diff --git a/frontend/index.html b/frontend/index.html
index 8f9cd19..765baf6 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -2,6 +2,7 @@
+
diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index f03dc79..c903d13 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -1,14 +1,4 @@
-