larralapid / fork-template-portfolio

A template portfolio for you to use

Home Page:https://portfolio-template-olddunsin.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-portfolio

This project gives you a template to use and edit for your portfolio instead of building form scratch

How to use

Click Use this template and it will create a new repo not a fork with all the files of this project for you

image

๐Ÿง‘๐Ÿพโ€๐Ÿ’ป Demo

Check out the website: Template

๐Ÿ‘‡๐Ÿฝ Prerequisites to use and contribute

  • React.js - to use Before installation, please make sure you have already installed the following tools:

  • Git - to contribute

  • Node.js - to contribute

๐Ÿ‘Œ๐Ÿพ What you have to do to contribute

๐Ÿ› ๏ธ Installation Steps

  1. Fork the project. Click on the icon in the top right to get started
  2. Clone the project, you can use the following command:
git clone https://github.com/<your-github-username>/template-portfolio
  1. Navigate to the project directory
cd template-portfolio
  1. Install dependencies with npm install
npm install
  1. Run the project
npm start

๐Ÿฅ‚ After making a change

  1. Create a new branch
git checkout -b YourBranchName
  1. Add it to staging area

NOTE: don't commit the package.json

git add <path to the file you worked on>
  1. Commit your changes with
git cz
  1. Push your changes
git push

๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ Community

Don't forget to join the discord community - Join us

๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป Contributing

  • Contributions make the open source community such an amazing place to learn, inspire, and create.
  • Any contributions you make are greatly appreciated.
  • Check out our contribution guidelines for more information.

๐Ÿ›ก๏ธ License

This template is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ’ช๐Ÿฝ Thanks to all Contributors

Thanks a lot for spending your time helping template grow. Thanks a lot! Keep rocking๐Ÿป

Contributors

๐Ÿ™๐Ÿฝ Support

This project needs a star๏ธ from you. Don't forget to leave a starโœจ

About

A template portfolio for you to use

https://portfolio-template-olddunsin.vercel.app/

License:MIT License


Languages

Language:JavaScript 52.3%Language:CSS 43.3%Language:HTML 4.5%