Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 522 Bytes

installation.md

File metadata and controls

39 lines (27 loc) · 522 Bytes

SIS Custom - Installation

  1. Clone the repository

    git clone https://github.com/ucberkeley/sis-custom.git
    cd sis-custom
  2. Install the dependencies

    npm install
    npm install -g gulp
  3. Install SCSS (for linting)

    gem install scss_lint
  4. Run the build

    gulp
    
    1. Watch for changes

      gulp --watch
      
    2. Watch for changes and lint

      gulp prod --watch