Fancy frameworks are too scawy for me, so these instructions shouldn't be too advanced. You might still want to look at it if you're uncertain, though.
+
Editor
+
Personally I use WebStorm, but it's expensive... Visual Studio Code should work as an alternative in this case.
+
Getting the code
+
※ A GitHub account is required to contribute to Quarky. If you don't have one, go to https://github.com/signup.
+
If you're planning to contribute to Quarky, you'll want to fork the GitHub repository, then install Git and Node.js if you don't already have them.
+
Then open a terminal, go to your desired folder, and run these commands (replace YOURUSER with your GitHub username):
+
git clone https://github.com/YOURUSER/quarky cd quarky npm i && npm run build
+
Creating a branch
+
If you already know what you're going to contribute, you should create a branch. This allows you to keep your changes separate from the main Quarky code, and other changes - which is especially helpful if you're juggling multiple changes that haven't been merged into Quarky yet.
+
git checkout -b BRANCHNAME main
+
※ Your branch name should be a short description of what you're changing, like fix-settings-typo.
+
Editing the code
+
The git clone command from earlier should have created a quarky folder in your desired folder. Open it in your editor.
+
Once you have done that, if you're using Visual Studio Code, you should open the command palette (Ctrl + Shift + P), type Show Recommended Extensions, and install the extensions that appear.
+
Now you can start editing the code! To open Quarky in your web browser, press the Start button next to "Start local Quarky" in WebStorm, or the Go Live button in the bottom right of Visual Studio Code.
+
I made my changes, now what?
+
※ When using git commit, you should provide a short message that explains what you changed. "Made changes" isn't very helpful, so you'll probably want to type something else. Make sure to keep the quotation marks.
+
git add . git commit -m "Made changes" git push
+
Then, go to https://github.com/Vukkysoft/Quarky. A box should appear with your GitHub username and branch name, saying that there were recent pushes on it. Click the "Compare & pull request" button to request your changes to be merged into Quarky.
+
+
+
\ No newline at end of file
diff --git a/public/docs/en-UWU/index.html b/public/docs/en-UWU/index.html
new file mode 100644
index 0000000..973d07b
--- /dev/null
+++ b/public/docs/en-UWU/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+ Quarky Docs
+
+
+
+
+
+
Fancy frameworks are too scawy for me, so these instructions shouldn't be too advanced. You might still want to look at it if you're uncertain, though.
+
Editor
+
Personally I use WebStorm, but it's expensive... Visual Studio Code should work as an alternative in this case.
+
Getting the code
+
※ A GitHub account is required to contribute to Quarky. If you don't have one, go to https://github.com/signup.
+
If you're planning to contribute to Quarky, you'll want to fork the GitHub repository, then install Git and Node.js if you don't already have them.
+
Then open a terminal, go to your desired folder, and run these commands (replace YOURUSER with your GitHub username):
+
git clone https://github.com/YOURUSER/quarky cd quarky npm i && npm run build
+
Creating a branch
+
If you already know what you're going to contribute, you should create a branch. This allows you to keep your changes separate from the main Quarky code, and other changes - which is especially helpful if you're juggling multiple changes that haven't been merged into Quarky yet.
+
git checkout -b BRANCHNAME main
+
※ Your branch name should be a short description of what you're changing, like fix-settings-typo.
+
Editing the code
+
The git clone command from earlier should have created a quarky folder in your desired folder. Open it in your editor.
+
Once you have done that, if you're using Visual Studio Code, you should open the command palette (Ctrl + Shift + P), type Show Recommended Extensions, and install the extensions that appear.
+
Now you can start editing the code! To open Quarky in your web browser, press the Start button next to "Start local Quarky" in WebStorm, or the Go Live button in the bottom right of Visual Studio Code.
+
I made my changes, now what?
+
※ When using git commit, you should provide a short message that explains what you changed. "Made changes" isn't very helpful, so you'll probably want to type something else. Make sure to keep the quotation marks.
+
git add . git commit -m "Made changes" git push
+
Then, go to https://github.com/Vukkysoft/Quarky. A box should appear with your GitHub username and branch name, saying that there were recent pushes on it. Click the "Compare & pull request" button to request your changes to be merged into Quarky.
+
+
+
\ No newline at end of file
diff --git a/public/docs/no-NO/index.html b/public/docs/no-NO/index.html
new file mode 100644
index 0000000..e4466b4
--- /dev/null
+++ b/public/docs/no-NO/index.html
@@ -0,0 +1,27 @@
+
+
+
+
+ Quarky Docs
+
+
+
+
+
+
Quarky
+ Behind the Scenes
+
+
+
Welcome to Quarky's documentation!
+
Sometimes a user guide, sometimes developer instructions, sometimes a trivia section, sometimes offering a bit of insight, but mostly a distraction from actually working on the software - it's text!