Skip to content

angine04/nagare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nagare - Personal Portfolio Website

Nagare Project Screenshot

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

Features

  • Responsive Design
  • Project Showcase Page
  • Timeline/Resume Page
  • Contact Information Page
  • Resume Page

Dependencies

Getting Started

Prerequisites

  • Node.js (v18+ recommended)
  • npm or bun

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/nagare.git
    cd nagare
  2. Install dependencies:

    npm install
    # or using bun
    bun install

Development

Start the development server:

npm run dev
# or using bun
bun run dev

Visit http://localhost:4321 to see the website.

Build

Build for production:

npm run build
# or using bun
bun run build

Preview the build:

npm run preview
# or using bun
bun run preview

Customization

You can customize the website by editing the following:

  • src/components/ - Component directory
  • src/pages/ - Page content
  • src/styles/ - Style files
  • src/data/ - Data files

License

This project is licensed under the MIT license specified in the LICENSE file.

About

A portfolio website template featuring simplicity, beauty and clarity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published