profdangarcia / my-portfolio

First portfolio project with NextJS and Typescript
dangarcia-devel-git-main.profdangarcia.vercel.app
1 stars 0 forks source link


Logo

Dan Garcia - Porfolio Project Repo

This is my porfolio website repository. Its open source ... so feel free to grab some ideas.

🏃‍♂️ Try it Local

Three simple steps:

  1. This project is made with NPM v13.7.0, so it is recommended that you use the Node Version Manager NVM, once you did it run:
nvm use
  1. Once you are using the same NPM version just run:
yarn
  1. And run the development server
yarn dev

Open http://localhost:3000 with your browser to see the result.

🔥 Created With

🧁 Code Style with:

🥳 Contribution

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contribution you make will be much appreciated .

  1. Fork the project
  2. Create a branch for your feature (git checkout -b feature/awesome-feature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'feat: giving you some coffee)
  5. Push your branch (git push origin feature/awesome-feature)
  6. Open a Pull Request