Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 826 Bytes

WestlakeAPC.github.io Standard - JavaScript Style Guide

The Westlake APC public website.

Dependencies

  • Ruby 3.3
  • Bundler 1.13.7
  • Node.js 7.4.0
  • Yarn 0.18.1 (for CLI)
  • Gulp 4.0 (for CLI)

To clone, install, and view

# Download and open directory.
git https://github.com/WestlakeAPC/WestlakeAPC.github.io.git
cd WestlakeAPC.github.io

# Install ES and Ruby dependencies.
yarn
bundle install

# Run default gulp task to build and display the project.
gulp

Before committing/submitting PRs

Please run the following Gulp task before committing, to build your Jade, Sass, and TypeScript sources, and shrinkwrap dependencies if you have changed or updated the dependency list:

gulp build