This is a portfolio website showcasing my projects. It's built with JavaScript, HTML, CSS, and bundled with Webpack.
To set up the project on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/jclemens24/my-portfolio
cd my-portfolio
npm install
npm run build
npm run dev