Skip to content

oragazzo/personal-website

Repository files navigation

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.