Skip to content

Local Deployment Guide

William edited this page Aug 29, 2024 · 3 revisions

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:3001

Clone this wiki locally