We welcome contributions to improve this tutorial! Whether you've found a typo, want to clarify an explanation, or add new content, your help is appreciated.
If you find a problem or have a suggestion:
- Go to the Issues page
- Check if your issue already exists
- If not, create a new issue describing the problem or suggestion
- Fork the repository
- Create a branch for your changes (
git checkout -b fix/typo-in-intro) - Make your changes
- Test locally with
yarn start - Commit your changes
- Push to your fork and open a Pull Request
- Fix typos or grammatical errors
- Clarify confusing explanations
- Add missing information that helped you learn
- Update outdated links or references
- Improve code examples
# Install dependencies
yarn
# Start dev server
yarn startOpen an issue on GitHub or reach out to the maintainers.