peakshift / peakshift-website

🖼 Finally a portfolio site?
http://www.peakshift.com
3 stars 2 forks source link
agency portfolio

Prerequisites

Getting Started

Follow the steps below to clone and set up the project.

  1. run npm install -g http-server if you don't have http-server installed already
  2. git clone git@github.com:peakshift/peakshift-website.git
  3. cd peakshift-website
  4. run npm install to download the dependencies
  5. run npm start to get the development server running

Contributing

Branches

Pushing Changes

  1. Open Terminal.
  2. git pull
  3. git add file_name.py
  4. git commit -m "type(component): subject line"
  5. git push origin 123-short-name

Commit Messages

We follow the Angular commit guidelines so that we can generate changelogs and have a clean commit history — see Pushing Changes #3 for an example commit.

Who do I talk to?