Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 730 Bytes

Contributing

Contributions are always welcome!

Before you create a PR…

Please create an issue first to discuss your idea with the maintainer(s). After we've chatted things through, go ahead with your work and send over a PR.

Branches

Please create a feature branch with your changes in the format: [fix/feature/etc]/[description] -- this helps to gauge what the branch is for later on.

Local setup

  1. Fork and clone the project
  2. Change directories: cd launchy
  3. Install deps: npm install
  4. Launch the brochure site: npm start

From here anything you change, including files in the /brochure or /src directories will automatically refresh the browser.