The Westlake APC public website.
- Ruby 3.3
- Bundler 1.13.7
- Node.js 7.4.0
- Yarn 0.18.1 (for CLI)
- Gulp 4.0 (for CLI)
# 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
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