13 lines
250 B
Markdown
13 lines
250 B
Markdown
#How to run this Alpha Software
|
|
|
|
You need npm and git installed on your PVE host
|
|
|
|
```git clone git@github.com:michelroegl-brunner/PVESciptslocal.git```
|
|
|
|
Then you need to run ```npm install```
|
|
|
|
And to run the dev server on IP:3000
|
|
|
|
```npm run dev```
|
|
|