Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 732 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 732 Bytes

Portfolio

This is a portfolio Code + Command Line theme. Developed using Figma, Next.JS, TypeScript, Tailwind, Animate.css and i18next

5549aff5-7191-4bd2-a7c1-ce9e7f0f23e7

How to run

// install dependencies
npm i

// run project
npm run dev

or

// install dependencies
yarn

// run project
yarn dev
Access localhost:3000/portfolio

Live project

https://marcelozapatta.github.io/portfolio

If you like this project feel free to use with credits and fork it :) Don't forget to give a star 🌟.

Deploy a new version

Use the following command

yarn deploy