Merge branch 'next/minor' of github.com:Start9Labs/start-os into next/major

This commit is contained in:
Matt Hill
2024-11-25 19:02:07 -07:00
712 changed files with 83068 additions and 9240 deletions

View File

@@ -24,10 +24,10 @@ Additionally, there are two libraries for shared code:
```sh
node --version
v18.15.0
v20.17.0
npm --version
v8.0.0
v10.8.2
```
#### Install and enable the Prettier extension for your text editor
@@ -48,6 +48,8 @@ npm ci
npm run build:deps
```
> Note if you are on **Windows** you need to install `make` for these scripts to work. Easiest way to do so is to install [Chocolatey](https://chocolatey.org/install) and then run `choco install make`.
#### Copy `config-sample.json` to a new file `config.json`.
```sh