0.1.1 • Published 7 years ago

@westlake-apc/website v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 years ago

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