- Ensure all dependencies are installed
pip install -r requirements.txt OR pip freeze > requirements.txt
- Install Eclipse IDE and Java 21
- Clone repo
- Open Eclipse and import the project as an 'Existing Maven Project'
- Ensure the JRE System Library is set to Java 21
- Click the 'Run Application' button then select 'Java Application' then 'NexusApplication' when the options appear
- Clone repo
- Go to launchpad-frontend directory
cd launchpad-frontend
- Run
npm install
in the terminal to install all required dependencies - Ensure the backend server is running (see above)
- Run
npm start
in terminal - Navigate to http://localhost:3000/ on your browser to see the app locally