Skip to content

andriygm/portfolio

Repository files navigation

Portfolio

My professional portfolio showcasing projects I have worked on. I started my portfolio using plain HTML and CSS, but I have since moved to using React and Next.js. This better follows DRY principles and allows me to use React components to create a more dynamic portfolio.

This is a CI repository, meaning that changes to the main branch are automatically tested and deployed.

Getting Started

Installing the packages:

npm install

Running the development server:

npm run dev
# or
yarn dev

Building for production:

npm run build
# or
yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published