This is my Personal Website project made using Next.js for frontend and GitHub Actions for CI/CD.
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.