yeetus
This commit is contained in:
@@ -1,2 +1,28 @@
|
||||
# Polaris
|
||||
feel free to use our code just dont redeploy the site without changing anything
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/polarisdevs/polaris-V1/main/static/assets/img/polaris.png" width="190px"/>
|
||||
</p>
|
||||
<h1 align="center">Polaris</h1>
|
||||
The future of school gaming.
|
||||
|
||||
## Terminal Deployment
|
||||
### Prerequisites
|
||||
We require NodeJS v18 and higher.<br>
|
||||
|
||||
### Steps
|
||||
1. Cloning
|
||||
````bash
|
||||
git clone https://github.com/polarisdevs/polaris-V1.git
|
||||
cd polaris-V1
|
||||
````
|
||||
|
||||
2. Installing
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
3. Run it!
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
4. Visit [localhost:8080](http://localhost:8080) for your site.
|
||||
|
||||
Reference in New Issue
Block a user