Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 995 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 995 Bytes

Official site for Computer Science Mentors

CSS: Materialize, Sass, Bourbon
JS: Angular, jQuery
Development tools: Gulp, Browser-sync

Credits to this boilerplate

Setup

  • Requirements: Node, Global gulp cli: npm install -g gulp-cli
  • Run npm install to get local packages

Development

  • Run gulp serve for hot code reload
  • Add custom Sass files in the sass/ folder, and import them at the bottom of theme.scss.

Deployment

  • The OCF doesn't allow for 1) redirects or 2) DNS configuration so push to csmentors.berkeley.edu by:
    1. SSH into our OCF account
    2. cd to public_html
    3. git pull