Skip to content

Teach-Jenn-Tech/website

Repository files navigation

tjt header image

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 🤞

Outline

Contribution Guidelines

Coming Soon

Checkout Teach Jenn Tech

Credits

Features

  • 💨 Tailwind CSS for styling
  • 🎨 Themeable
    • CSS variables are defined in src/styles/theme.css and mapped to Tailwind classes (tailwind.config.cjs)
  • 🌙 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

Commands

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