Gainesville-Barcamp / Barcamp-2018

0 stars 0 forks source link

Static HTML website for Gainesvillebarcamp.com

To install

  1. Clone the repository
  2. Run npm install
  3. Install Gulp globally: npm install gulp-cli -g
  4. Run gulp
  5. Start editing shit.

How to contribute

  1. Create a feature branch
  2. Push it up
  3. Create a pull request. Hub can make this process pretty easy.

How to commit deploy

  1. Commit directly to master.
  2. From the root directory, run ./deploy.sh. Be sure the deploy script is executable (by running chmod +x deploy.sh).