A simple template for kickstarting your own tutorials through code.
- Fork the template.
- Add starting versions of the file to
src/templates. - Run
pnpm resetto reset all files in thesrc/tutorialfolder to the template fromsrc/templates.
- Prefix templates with numbers to keep some semblance of an order.
- Have a supporting markdown file alongside it within
src/tutorials. - Add TDD tests to run alongside the tutorial.