Marketing website for HexaGlue - the compile-time architecture compiler for Java applications.
- Astro - Static site generator
- Tailwind CSS - Utility-first CSS framework
- TypeScript
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
# Preview production build
pnpm previewThe site is automatically deployed to GitHub Pages on push to main.
This website is built with Astro and heavily inspired by the astro.build website design. Thanks to the Astro team for creating such an amazing framework and beautiful website!
MIT