This project is a personal website that speaks about some technologies I have used and projects I have worked on. This project utilizes Next.js and Github Pages.
This project is readily available to view at https://melchord.github.io/
The deployment process is done automatically by the .github/workflows/intergrate.yml file using GitHub Actions.
git clone https://github.com/melchord/melchord.github.io
cd melchord.github.io/
cd src/
npm i
npm run build
npm run dev
This starts up the local website on http://localhost:3000. As you make changes, the site freshes automatically in your browser. No need to Ctrl+C!.