Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 442 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 442 Bytes

This is my Personal Website project made using Next.js for frontend and GitHub Actions for CI/CD.

Getting Started

First, install the dependencies with:

npm install
# or
yarn

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.