Welcome to the Teach Jenn Tech Website Repo! This website was built to:
- Share resources with beginners
- Be a portfolio
- Present Jenn's Resume to help her get a job 🤞
Coming Soon
- mhyfritz for the withastro template astro-landing-page
- kjaymiller for vscode-add-conduct and creating Github-Community-Standards
- Mentors, friends, and best DND crew ever:
- 💨 Tailwind CSS for styling
- 🎨 Themeable
- CSS variables are defined in
src/styles/theme.css
and mapped to Tailwind classes (tailwind.config.cjs
)
- CSS variables are defined in
- 🌙 Dark mode
- 📱 Responsive layout, images, and typography
- ♿ Accessible as measured by PageSpeed Insights
- 🔎 SEO-enabled as measured by PageSpeed Insights
- 🔗 Open Graph tags for social media sharing
- 💅 Prettier setup for Astro and Tailwind
Command | Action |
---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview build locally before deploying |
npm run astro add |
Install an Astro Integration |
npm run astro --help |
Get help using the Astro CLI |
npm run format |
Format code with Prettier |
npm run clean |
Remove node_modules and build output |