- Fork this repository
- Create your branch:
git checkout -b my-project-name
- Add your project to the list of projects in projects.ts . Make sure you follow the format for the project type here in types.ts
- Commit your changes:
git commit -m 'Add my project'
- Push to the branch:
git push origin my-project-name
- Fork this repository
- Create your branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature