-
-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
Context: No Code RequiredThese items that don't require code knowledge to completeThese items that don't require code knowledge to completeReserved for LearnersThese items are reserved for people new to coding and/or open-source contributionsThese items are reserved for people new to coding and/or open-source contributionsType: DocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description
Add a beginner-friendly TypeScript guide to src/content/resources/developer-resources/. This guide should cover TypeScript basics, setup instructions, and include examples from the Virtual Coffee community codebase.
Acceptance Criteria
- Create a new MDX file in
src/content/resources/developer-resources/ - Include TypeScript installation and setup instructions
- Cover basic TypeScript concepts (types, interfaces, generics)
- Add examples using Virtual Coffee codebase patterns
- Include links to official TypeScript documentation
- Follow existing resource page structure and styling
- Test that the page renders correctly in local development
Resources
- Check existing resource pages for structure:
src/content/resources/ - TypeScript official docs: https://www.typescriptlang.org/docs/
- See how other resources are structured in the same directory
Notes
This is a great first contribution! The Virtual Coffee community would benefit from having TypeScript resources that reference our actual codebase patterns.
Metadata
Metadata
Assignees
Labels
Context: No Code RequiredThese items that don't require code knowledge to completeThese items that don't require code knowledge to completeReserved for LearnersThese items are reserved for people new to coding and/or open-source contributionsThese items are reserved for people new to coding and/or open-source contributionsType: DocumentationImprovements or additions to documentationImprovements or additions to documentation