Frame is a minimalist portfolio landing page designed to showcase frontend development templates, UI experiments, and application mockups. Built with Astro 5 and Tailwind CSS 4, it features a clean, premium monochrome aesthetic that puts the focus on the work.
-
Project Showcase: Grid layout for displaying project previews with hover effects.
-
Responsive: Fully responsive layout that looks great on mobile and desktop.
/ ├── public/ │ └── assets/ # Project preview images ├── src/ │ ├── components/ # Reusable UI components (ProjectCard, etc.) │ ├── layouts/ # Main page layouts │ ├── pages/ # Application routes (index.astro) │ └── styles/ # Global styles └── package.json
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
## 📝 License
This project is licensed under the [MIT License](LICENSE).
## 👤 Author
**Likeur**
- Twitter: [@Likeur](https://x.com)
- LinkedIn: [Likeur](https://linkedin.com)
- GitHub: [@Likeur](https://github.com/Likeur)