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
yarnThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.