A terminal-inspired personal website built with Astro, Tailwind CSS, and deployed on Cloudflare Pages.
🌐 Demo: n0w.me
- 🚀 Built with Astro 5
- 🎨 Styled with Tailwind CSS
- 📝 Blog & Projects content collections
- ☁️ Cloudflare Pages deployment ready
- 🎯 Fast and lightweight
- Astro - Static site generator
- Tailwind CSS - Utility-first CSS framework
- Cloudflare Pages - Deployment platform
- Node.js 18+
- npm, pnpm, yarn, or bun
# Clone the repository
git clone https://github.com/florianjs/astro-terminal.git
cd astro-terminal
# Install dependencies
npm iStart the development server:
npm run devBuild for production:
npm run buildPreview the production build locally:
npm run previewDeploy to Cloudflare Pages:
npm run deploy├── public/ # Static assets
├── src/
│ ├── content/ # Content collections (blog, projects)
│ ├── layouts/ # Astro layouts
│ ├── pages/ # Route pages
│ └── styles/ # Global styles
├── astro.config.mjs # Astro configuration
├── tailwind.config.js
└── wrangler.toml # Cloudflare configuration
This project is open source and available under the MIT License.