0 installation and usage (macos)
Vildravn edited this page 4 years ago

« back Home

  1. (Optional) Install Homebrew
  2. Install NodeJS
    • With Homebrew: brew install node
    • Manually: Download latest version from nodejs.org
  3. Install Git
    • With Homebrew: brew install git
    • Manually: Download latest version from git-scm.com
  4. Open a new Terminal window and run the following commands
  5. Get the code: git clone https://gitlab.com/Isleward/isleward.git
  6. Navigate to the server folder: cd isleward/src/server
  7. Install dependencies: npm install
  8. Run: node index.js
  9. Navigate http://localhost:4000/ in your browser