The official website for EIDOLWARE, built with Astro and Tailwind CSS.
- Astro - Static site generator
- Tailwind CSS - Utility-first CSS via
@tailwindcss/vite - Bun - Package manager and runtime
All commands are run from the root of the project:
| Command | Action |
|---|---|
bun install |
Installs dependencies |
bun dev |
Starts local dev server at localhost:4321 |
bun build |
Build production site to ./dist/ |
bun preview |
Preview build locally before deploying |