/
Jupiter Quickstart
Jupiter Quickstart
How to get started working on jupiter
Getting Started
Please make sure you have NodeJS v18.0.0 and git installed
Then start by cloning the repository to your local machine.
git clone https://github.com/UTDNebula/jupiter.git
Next, navigate to the project directory and install the dependencies.
cd jupiter
npm install
Make sure you have a .env
file in the root of the project. If you do not, copy the .env.example
file and rename it to .env
if you need help setting up environment variables post in #jupiter-chat or dm me.
To start the dev server run
npm run dev