Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stratexim

Corporate website for Stratexim — strategic textile manufacturing. Built with Astro and Tailwind CSS, deployed to GitHub Pages.

Live at https://stratexim.com

Prerequisites

Development

npm install
npm run dev

The dev server starts with hot reload enabled.

Build & Preview

npm run build
npm run preview

The production build outputs static HTML/CSS/assets to dist/.

Deployment

Pushing to main triggers a GitHub Actions workflow that builds and deploys to GitHub Pages automatically.

Project Structure

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)

Key Details

  • Bilingual — English/Czech toggle, preference stored in localStorage
  • Static output — no client-side JS runtime required
  • Fonts — self-hosted Raleway (woff2)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages