You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paige Maute edited this page Oct 16, 2021
·
4 revisions
Setting up the Environment
Open Visual Studio Code and hit File -> Open Folder... to open your project where you stored the repo.
Ask Shawn McManus, or a Board member for the cofig.env file.
Open a new terminal and check that python is properly installed by putting python into the terminal and if it tells you the version, type exit() to exit.
If you didn't get any errors, you should be ready to go! Navigate to website_project (cd ./website_project/) and run the code with python manage.py runserver in the terminal. There should be a link to click to view how the code looks.