Skip to content

alex-dishen/portfolio

Repository files navigation

Portfolio

Preview

Demo

🔥 Live Demo

Built with

  • React
  • TypeScript
  • Next.js
  • Styled-Components

Screenshots

Development

Here are the steps to run the project locally.

  1. Clone the repository.
HTTPS - $ git clone https://github.com/alex-dishen/portfolio.git
or
SSH - $ git clone git@github.com:alex-dishen/portfolio.git
  1. Move to the cloned directory.
$ cd portfolio
  1. Install the dependencies.
$ npm i
or
$ yarn
  1. Run the project.
$ npm run dev
or
$ yarn dev