Skip to content

FrontEndHappyHour/frontendhappyhour.github.io

Repository files navigation

Front End Happy Hour

Front End Happy Hour website

Build

node build

Add new episode to episodes.json

node episode

Contributing

  1. Fork it
  2. Run npm install
  3. Run node clear build
  4. Run gulp
  5. Create your feature branch (git checkout -b my-new-feature)
  6. Commit your changes (git commit -am 'Add some feature')
  7. Push to the branch (git push origin my-new-feature)
  8. Create new Pull Request