Local Deployment Guide - wrndxyz/Equinox GitHub Wiki
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
- NodeJS for Windows
Steps
- Clone the repository
git clone https://github.com/wrndxyz/Equinox.git
cd Equinox
- Install dependencies
npm install
This may take a second, please be patient.
- Start the server
npm start