This document exists to try and help you find stuff in the codebase and get you caught up on where stuff is and how it works.

figma: https://www.figma.com/design/snmEoRUgfjAZYSc6hqySkY/Wireframes-for-Jupiter?node-id=3702-917&node-type=CANVAS&t=ri3ZiZ9kTAupRHHJ-0

General Resources

Project Map

Everything is mostly located in a few different locations

Getting Started

Please make sure you have at least 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.