-
Clone the repository
git clone https://github.com/ucberkeley/sis-custom.git cd sis-custom
-
Install the dependencies
npm install npm install -g gulp
-
Install SCSS (for linting)
gem install scss_lint
-
Run the build
gulp
-
Watch for changes
gulp --watch
-
Watch for changes and lint
gulp prod --watch
-