Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 757 Bytes

File metadata and controls

10 lines (9 loc) · 757 Bytes

htn-practice

Practice repo for Hack The North 2021

How to run

  • clone the code in your local environment
  • download Python 3 to use the Python script

Basic command

  • Run the python script in the terminal in the path of this repo by using the command python3 htn-frontend.py. When prompted, open up http://localhost:4000/ on any browser to access the frontend of the website.

Shortcut command

  • In the case you are running MacOS, and have downloaded Google Chrome in the regular location of the Applications folder, you may use the shortcut command python3 htn-frontend.py -c in the path of this repo andhttp://localhost:4000/, the frontend of the website, will automatically be opened for you on a Google Chrome tab.