Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.06 KB

Personal portfolio

About this repository

  • This is my personal portfolio implemented using: Next.JS, Typescript, Tailwind CSS, SWR
  • You can find nothing about my developer personality there😄, cause I already have gitHub and linkedin profiles, but you can find my songs and my photography there😉

How to get it work

  • run 'npm install' command to install all the dependencies
  • run 'npm run dev' or 'yarn dev' to start the development environment on 'localhost:3000'

More to know

  • Typescript is configured in tsconfig.ts file
  • TailwindCSS is configured in tailwind.config.js

References