JARVIS REACT

The React version of Jarvis is ready to be configured. Due to script execution restrictions, we need to take a different approach to run the React app locally.

Here are the options to get started:

  1. Run Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass in PowerShell as administrator
  2. Then navigate to the jarvis-react directory and run npm install
  3. Finally, run npm start to start the development server

Alternatively, you can use Visual Studio Code's built-in terminal which often bypasses these restrictions.

Return to original Jarvis