A modern personal portfolio website built with the Astro framework. It offers a clean, responsive interface to showcase your projects, experience, and contact information.
A portfolio website template, featuring simplicity, beauty and clarity.
Live Demo: nagare.angine.tech
- Responsive Design
- Project Showcase Page
- Timeline/Resume Page
- Contact Information Page
- Resume Page
- Astro - Static Site Generator
- GSAP - Animation Library
- Astro Icon - Icon Component
- Node.js (v18+ recommended)
- npm or bun
-
Clone this repository:
git clone https://github.com/yourusername/nagare.git cd nagare
-
Install dependencies:
npm install # or using bun bun install
Start the development server:
npm run dev
# or using bun
bun run dev
Visit http://localhost:4321
to see the website.
Build for production:
npm run build
# or using bun
bun run build
Preview the build:
npm run preview
# or using bun
bun run preview
You can customize the website by editing the following:
src/components/
- Component directorysrc/pages/
- Page contentsrc/styles/
- Style filessrc/data/
- Data files
This project is licensed under the MIT license specified in the LICENSE file.