-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Hainesnoids edited this page Feb 24, 2025
·
2 revisions
- Visit https://nodejs.org, and download the installer.
- Open the program and install Node.js
If you're on windows, continue reading. If not, continue at Installing Dependancies.
- Open a powershell window as an administrator.
- Run the following command to allow Node.js to run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned - Close powershell and open a command prompt window.
- Move to the directory where OpenCube resides.
- Run
npm installto install all dependancies. - Run
npm start, then go to the URL that is shown in the terminal in your web browser.