Update readme.md

This commit is contained in:
Nicole Rappe 2025-04-13 19:26:30 -06:00
parent 3da65f6aa0
commit 0ef7eec115

View File

@ -33,21 +33,25 @@ Powered by a Flask backend and a React Flow frontend, Borealis is perfect for an
## ⚡ Getting Started ## ⚡ Getting Started
```bash ### Windows:
# Windows ```powershell
# Windows - Install Python and NodeJS
Set-ExecutionPolicy Unrestricted -Scope Process; .\Prerequisites-Installer-(RunAsAdmin).ps1 Set-ExecutionPolicy Unrestricted -Scope Process; .\Prerequisites-Installer-(RunAsAdmin).ps1
Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1
# Windows - Launch Borealis Server and/or Agent
Set-ExecutionPolicy Unrestricted -Scope Process; .\Launch-Borealis.ps1
```
### Linux:
```sh
# Linux / macOS # Linux / macOS
bash Launch-Borealis.sh bash Launch-Borealis.sh
``` ```
The launch script will: **The launch script will**:
- 🐍 Create a virtual Python environment - :snake: Create a virtual Python environment
- 📦 Install all required Python + JS dependencies - :package: Install all required Python + JS dependencies
- ⚛️ Build the React app - :atom: Build the React app
- 🌐 Launch the Flask web server - :globe_with_meridians: Launch the Flask web server
--- ---
## 🧠 How It Works ## 🧠 How It Works