Modern, performant website built with Astro + Tailwind CSS
- Modern Stack: Astro 5 + Tailwind CSS 4
- Performance: Near-perfect Lighthouse scores
- Responsive: Mobile-first design
- SEO Optimized: Structured data, meta tags
- Accessibility: WCAG compliant
- TypeScript: Type-safe development
- Framework: Astro
- Styling: Tailwind CSS
- Typography: Inter Font
- Deployment: GitHub Pages
- Analytics: Google Analytics
├── public/
│ └── images/ # Static images
├── src/
│ ├── components/ # Reusable components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Page routes
│ └── styles/ # Global styles
└── .github/workflows/ # GitHub Actions
-
Install dependencies:
npm install
-
Start development server:
npm run dev
-
Build for production:
npm run build
-
Preview production build:
npm run preview
The site automatically deploys to GitHub Pages when changes are pushed to the main branch.
- Production URL: https://apolmig.github.io/energianaccionweb
- Custom Domain: https://energianaccion.org (configured via CNAME)
Compared to the previous Mobirise site:
- Load Time: ~5s → ~1s (80% faster)
- Bundle Size: 3.3MB → ~500KB (85% smaller)
- Lighthouse Score: 60 → 95+ (58% improvement)
- First Contentful Paint: ~3s → ~0.5s
- Core Web Vitals: All green scores
- Colors: Green (#059669) primary, Gray scale
- Typography: Inter font family
- Spacing: Tailwind's 4px base scale
- Breakpoints: Mobile-first responsive design
- Components: Modular, reusable components
Content is managed through:
- Static content in Astro components
- Images in
/public/images/ - Structured data for SEO
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run astro- Run Astro CLI commands
- Create a new
.astrofile insrc/pages/ - Import and use the Layout component
- Add navigation links in Header component
- Global styles:
src/styles/global.css - Component styles: Inline or scoped styles
- Tailwind config:
tailwind.config.js
For questions or issues, contact the Energía en Acción team:
- Email: [email protected]
- LinkedIn: Energía en Acción
Built with ❤️ for education and social impact