The website for the Columbia Organization of Rising Entrepreneurs.
Run the following commands:
#! /bin/bash
virtualenv --no-site-packages .
source bin/activate
pip install -r requirements.txt
To update the live website to the latest version from GitHub:
ssh [email protected]
cd webapps/coreflask/coreflask
git pull
./../deployment.sh
We're experimenting with Google's Material Design library. This website uses a different global font scheme and color scheme from the default files in the Material Design Lite library. These changes are made to the src/_variables.scss
file in the Material Design Lite source code.