Astro Project Instructions
- Use TypeScript.
- Refer to Astro documentation for framework-specific questions.
- By default, if the page type is not specified, created pages should be in a
mdxformat - If a new React component need to be created, it should be stored in a subdirectory of the
src/componentsdirectory. The React subdirectory component should have the same name as the component. For instance, aH1component would be stored assrc/components/H1/H1.jsx. All other dependency files of the React component should be stored in the same directory as sibling. For instance, a stylesheet should be stored assrc/components/H1/H1.css - For styling, use bootstrap class. Refer to Bootstrap documentation for framework-specific questions.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.