Thank you for considering contributing to this project. Your help is very much appreciated!
When contributing, it's better to first explain the challenge/exercice you are thinking about in the issue tab.
Please follow those step in order to succesfully make your contribution to this repository.
- Fork the project
- Install Nx Console, this will help you work with this repository
- Run
npm ci
to install all dependencies - Generate a new app with Nx Console > Right Click on apps folder >
Nx Generate Application
- Copy/Paste example.README.md and fill it up.
- Link the main README with your new challenge
- Few days later, create a PR with your answer.
- Optional: write a blog post explaining your Challenge and the solution you came up with.
- We follow Conventional Commits
in our commit messages, i.e.
feat(core): improve typing
- When you are ready, create Pull Request of your fork into original repository with the title starting with NEW CHALLENGE