This repository contains the project files for the React Foundations workshop, where participants will build a portfolio website from scratch.
- Clone the repository
git clone https://github.com/UOWD-Tech-Club/portfolio-example.git- Navigate to project directory
cd portfolio-example- Install dependencies
npm install- Start development server
npm run dev