Skip to content

femug-cwb/femug-cwb.github.io

Repository files navigation

Build Status

Landing page para divulgação dos meetups FEMUG-CWB \o/


Start

  • Fork this repo
  • Download or clone repo git clone git@github.com:YOUR_USERNAME/femug-cwb.github.io
  • Enter the folder: cd femug-cwb.github.io/
  • Install Ruby gems: bundle install
  • Start Jekyll server: jekyll serve

Access, localhost:4000

Contribute

  • Create a new branch: git branch -b YOUR_BRANCH
  • Commit your changes in new branch: git commit -m "YOUR MESSAGE"
  • Add upstream url for the repo original: git remote add upstream git@github.com:femug-cwb/femug-cwb.github.io.git
  • Fetch all changes: git fetch --all
  • Update your repo with the original: git rebase upstream/source
  • Push your changes to your new branch: git push origin YOUR_BRANCH

Copyright and license

It is under the MIT license.

Enjoy 😋