Skip to content

Instantly share code, notes, and snippets.

View mandy6720's full-sized avatar

Amanda Bozzi mandy6720

  • Leander, TX
View GitHub Profile
@davfre
davfre / git_cheat-sheet.md
Last active February 21, 2024 20:41
git commandline cheat-sheet
@paulmillr
paulmillr / brunch-heroku-deploy.md
Last active March 29, 2019 23:12
Build & deploy brunch applications on Heroku.
  1. Add to .gitignore:

    node_modules
    public
    
  2. Add to your app dependencies of package.json: