Corporate website for Stratexim — strategic textile manufacturing. Built with Astro and Tailwind CSS, deployed to GitHub Pages.
Live at https://stratexim.com
- Node.js 20+
- npm
npm install
npm run devThe dev server starts with hot reload enabled.
npm run build
npm run previewThe production build outputs static HTML/CSS/assets to dist/.
Pushing to main triggers a GitHub Actions workflow that builds and deploys to GitHub Pages automatically.
src/
├── components/ # Astro components (Header, Hero, About, Products, Team, Contact, Footer)
├── layouts/ # Page layout wrapper
├── pages/ # File-based routing (index.astro)
└── styles/ # Global CSS and animations
public/ # Static assets (fonts, favicons, manifest, sitemap)
- Bilingual — English/Czech toggle, preference stored in localStorage
- Static output — no client-side JS runtime required
- Fonts — self-hosted Raleway (woff2)