This is a Next.js project.
# clone the project
git clone https://github.com/jordanjanakievski/jordanjanakievski.github.io.git
# run npm install in the root directory
npm install
Once the node modules have been installed, you can run the project.
# to run the development version of the project
npm run dev
# to build the production version of the project
npm run build
Once you have a build that you like, you can deploy the project to Github Pages.
# to deploy a new iteration of the project
git add .
git commit -m "Your message here"
git push origin main
This will trigger a Github Action that will build the project and deploy it to Github Pages.
I can be reached at [email protected] or the other links available on this codebase's website.
Thank you!