From 68d6ea5f6cedc1b58d1bb732e67f7b2e3a17208d Mon Sep 17 00:00:00 2001 From: git comitter <129551436+xthonk@users.noreply.github.com> Date: Sun, 27 Aug 2023 10:11:25 -0400 Subject: [PATCH] update --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3bd3e9c..1fd61cb 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,34 @@ -

- -

-

Polaris

-The future of school gaming. +
+ +

Polaris

+

The future of school gaming.

+
+ +
## Terminal Deployment - > **Note:** > We require NodeJS V18 or higher ### Steps -1. Cloning -````bash -git clone https://github.com/polarisdevs/polaris-V1.git -cd polaris-V1 -```` +1. Clone the repo +```bash +git clone https://github.com/Skoolgq/Polaris.git +``` -2. Installing +2. Enter the directory +```bash +cd Polaris +``` + +3. Install Dependencies ```bash npm install ``` -3. Run it! +4. Run it! ```bash npm start ``` -4. Visit [localhost:8080](http://localhost:8080) for your site. +5. Visit [localhost:8080](http://localhost:8080) for your local Polaris!