Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 818 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 818 Bytes

CORE Website

The website for the Columbia Organization of Rising Entrepreneurs.

Local Setup

Run the following commands:

#! /bin/bash
virtualenv --no-site-packages .
source bin/activate
pip install -r requirements.txt

Deployment

To update the live website to the latest version from GitHub:

ssh [email protected]
cd webapps/coreflask/coreflask
git pull
./../deployment.sh

Material Design vs. Bootstrap

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.