diff --git a/.env b/.env
deleted file mode 100644
index 5f32319..0000000
--- a/.env
+++ /dev/null
@@ -1 +0,0 @@
-BROWSER=none
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 56f3bce..db61fdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
# production
/build
+/dist
# misc
.DS_Store
diff --git a/deploy.sh b/deploy.sh
index ed69d6c..aaea839 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -5,15 +5,15 @@ DOMAIN=os.prozilla.dev
COMMIT_MESSAGE="Deployed build to GitHub Pages"
REPO_URL="https://github.com/Prozilla/Prozilla-OS"
-# You don't have to edit anything below this line
+# ------- You don't need to edit anything below this line -------
echo Domain: $DOMAIN
echo Commit message: $COMMIT_MESSAGE
echo -e "Repository: $REPO_URL\n"
-echo $DOMAIN > build/CNAME
+echo $DOMAIN > dist/CNAME
echo Deploying to GitHub Pages...
-if gh-pages -d build -m $COMMIT_MESSAGE -r $REPO_URL ; then
+if gh-pages -d dist -m $COMMIT_MESSAGE -r $REPO_URL ; then
echo Successfully deployed to https://$DOMAIN/
else
echo Failed to deploy
diff --git a/docs/README.md b/docs/README.md
index 51849a2..d95d734 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -25,8 +25,8 @@
### Building & deploying
-1. Run `npm run build`, which will compile all the necessary files to the `build` directory.
-2. Upload the contents of the `build` directory to your web server's root folder.
+1. Run `npm run build`, which will bundle all your files in the `dist` directory.
+2. Upload the contents of the `dist` directory to your web server's root folder.
#### Deploying to GitHub Pages
@@ -56,7 +56,7 @@ See [docs/configuration](configuration/README.md) for more information.
You are here. This directory contains all documentation for this project.
-- [build](../build) directory
+- [dist](../dist) directory
Contains the static build files after [building](#building--deploying) the application. This directory is not included in the GitHub repository.
diff --git a/public/index.html b/index.html
similarity index 77%
rename from public/index.html
rename to index.html
index 5d3d426..4ea0ecc 100644
--- a/public/index.html
+++ b/index.html
@@ -9,9 +9,9 @@
-
-
-
+
+
+
@@ -20,18 +20,18 @@
-
+
-
+
-
-
+
+