Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

adorableio/ywebca-site

Repository files navigation

YWebCA Website

For the YWebCA.

Development

To prepare the site for development, we just need to install node modules:

npm install

Then to start the build pipeline and run the server:

# starts the app in the browser with browsersync
npm start

Contribution workflow

  1. Create a branch off of master
  2. Commit your changes, push your branch, and open a PR against master
  3. Once your changes have been merged to master, run the deploy script:
npm run deploy

This will compile your changes to static files, and push them to the gh-pages branch (which is where the site is served from). Once that completes, your changes should be live!

About

Informational page for YWebCA program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published