-
Notifications
You must be signed in to change notification settings - Fork 0
Running the site for local development
Jack "Conrad" Clark edited this page Jul 9, 2022
·
5 revisions
- Clone the project if you haven't already
- Navigate to the project's directory,
/LifeLog
, and change directory to/frontend
- Install the system requirements and build the project using the command
ng build
(what version of node should be used?) - Start the frontend using
ng serve
- Clone the project if you haven't already
- Open up a virtual environment. Navigate to where your python virtual environment file is with the command
source ./activate
(your terminal prompt should look different, that lets you know you're in the vm) - Navigate to the project's directory,
/LifeLog
, and change directory to/backend
- Install the system requirements using the command
pip install -r requirements.txt
(if you run into problems here, just recreate the virtual environment and then redo the steps above) - Start the backend using the command
python manage.py runserver