Skip to content

jordanjanakievski/jordanjanakievski.github.io

Repository files navigation

Jordan Janakievski Portfolio Website

Svelte Typescript

Running this project

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

Developing

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

Deployment

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.

Thank you!

I can be reached at [email protected] or the other links available on this codebase's website.

Thank you!

About

Here is the code for my personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published