Files
Polaris/README.md
T
git comitter 68d6ea5f6c update
2023-08-27 10:11:25 -04:00

35 lines
591 B
Markdown

<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. Clone the repo
```bash
git clone https://github.com/Skoolgq/Polaris.git
```
2. Enter the directory
```bash
cd Polaris
```
3. Install Dependencies
```bash
npm install
```
4. Run it!
```bash
npm start
```
5. Visit [localhost:8080](http://localhost:8080) for your local Polaris!