This commit is contained in:
git comitter
2023-08-27 10:11:25 -04:00
committed by GitHub
parent 600dfc2a9c
commit 68d6ea5f6c
+19 -14
View File
@@ -1,29 +1,34 @@
<p align="center">
<img src="https://raw.githubusercontent.com/polarisdevs/polaris-V1/main/static/assets/img/polaris.png" width="190px" style="border-radius:50%"/>
</p>
<h1 align="center">Polaris</h1>
The future of school gaming.
<div align="center">
<img src="https://raw.githubusercontent.com/polarisdevs/polaris-V1/main/static/assets/img/polaris.png" width="190px">
<h1 align="center">Polaris</h1>
<p>The future of school gaming.</p>
</div>
<br>
## 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!