This is the marketing website for Embrex (formerly Embrex), a code generation tool for Symfony, built with Astro.
- Node.js 18+
- npm or yarn
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:4321 to view it in the browser.
embrex-site/
├── src/
│ ├── components/ # Astro components
│ ├── layouts/ # Page layouts
│ └── pages/ # Page files
├── public/ # Static assets
└── package.json
# Build the site
npm run build
# Preview production build
npm run previewThe site is automatically deployed to GitHub Pages when you push to the main branch.
# Build the site
npm run build
# The output is in the `dist/` folderEdit the Tailwind configuration in tailwind.config.mjs to change the color scheme.
All content is in the Astro components in src/components/.
MIT License - see LICENSE file for details.