Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 590 Bytes

File metadata and controls

27 lines (18 loc) · 590 Bytes

Contributing

Thank you for your interest in contributing to StartStack! It means so much. Before you start, please check for open issues and pull requests to ensure your work is not already being addressed.

How to get started

Clone the repository

git clone https://github.com/collinschaafsma/startstack.git
cd startstack

Create a new branch

git checkout -b my-new-feature

Install dependencies

pnpm install

Before you submit a pull request, please read up on commit conventions.