Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 770 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 770 Bytes

frontend

ICML 2017 website Frontend project repository

Website, detailing the app design: http://icml2017spec.s3-website-us-west-2.amazonaws.com

# Start the server

ssh -L 8000:localhost:8000 [email protected]
  1. Launch server
cd /home/icmlapp/backend/server/icml/icml
cp settings.py.no_https settings.py
cd /home/icmlapp/backend/server/icml
/home/icmlapp/env/bin/python manage.py runserver

Setup the front end

  • Install Polymer v1 (not v2)

    sudo npm install -g [email protected]
    
  • Download the code for the frontend from github

  • Open terminal and enter

    bower install
    

    which would install the needed bower components

  • Serve the frontend

    polymer serve