LearningTypeScript / site

Companion website for the Learning TypeScript book.
https://learningtypescript.com
MIT License
48 stars 12 forks source link

📝 Documentation: Add DEVELOPMENT.md #40

Closed JoshuaKGoldberg closed 1 year ago

JoshuaKGoldberg commented 2 years ago

Documentation Report Checklist

Expected

Any good repository needs a DEVELOPMENT.md file to tell people how to get started! This repo in particular should also mention:

Actual

Very little is documented now.

Additional Info

~Marking as blocked for now until the projects repo is more settled.~ ✅

Tip:

git checkout main; git pull; git submodule foreach git pull; git add -A; git commit -m "🔨 chore: updated src/content/external projects"; git push