Skip to content

Local Deployment Guide

William edited this page Jan 21, 2024 · 1 revision

Deploying locally is very easy. Here is a step by step guide to assist you:

This guide is specifically for setting up Equinox on Windows. However, if you are using a cloud server like Google Cloud or one with a terminal, the process should be similar.

Prerequisites

Steps

  1. Clone the repository
git clone https://github.com/wrndxyz/Equinox.git
cd Equinox
  1. Install dependencies
npm install

This may take a second, please be patient.

  1. Start the server
npm start

4. View Equinox locally hosted at http://localhost:8000

Clone this wiki locally