Site to help UTN students put together their schedules for the university inscription
-
Clone project:
git clone https://github.com/nadiafaya/alternativity.git
-
Step into the directory
cd alternativity
-
Fetch all branches
git fetch
-
Switch to branch:
git checkout schedules_extra_info
-
Start local server
python --version
if v 2.7
python -m SimpleHTTPServer
if v > 3
python -m http.server
-
Open browser
Navigate to http://localhost:8000