-
Notifications
You must be signed in to change notification settings - Fork 309
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.
- NodeJS for Windows
- 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