Before we dive in, make sure you have the following installed:
- Clone the repo:
git clone https://github.com/ryanbalieiro/react-portfolio-template
- Go to the project's root folder and use npm to install all required components:
npm install
- Launch the project in developer mode:
npm run dev
- Run the command below to clear out the default content:
npm run resume:clear
This will reset your portfolio, removing all the pre-filled sections and content—giving you a clean slate to start from.
Ready to keep going? Check out the next tutorial step:
