Skip to content

Getting Started

Hainesnoids edited this page Feb 24, 2025 · 2 revisions

Installing Node.js

  1. Visit https://nodejs.org, and download the installer.
  2. Open the program and install Node.js

If you're on windows, continue reading. If not, continue at Installing Dependancies.

  1. Open a powershell window as an administrator.
  2. Run the following command to allow Node.js to run: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
  3. Close powershell and open a command prompt window.

Installing Dependancies

  1. Move to the directory where OpenCube resides.
  2. Run npm install to install all dependancies.
  3. Run npm start, then go to the URL that is shown in the terminal in your web browser.

Clone this wiki locally