Contributions are always welcome!
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.
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.
- Fork and clone the project
- Change directories:
cd launchy
- Install deps:
npm install
- Launch the brochure site:
npm start
From here anything you change, including files in the /brochure
or /src
directories will automatically refresh the browser.