Initially, this was made as a submission to Task 3 of Devscale class. Now I'm maintaining it as my personal portfolio page. Created with Vite, Tailwind CSS, and plain Javascript.
### Clone the repository
git clone https://github.com/catreedle/personalweb.git
### Navigate into the project directory
cd personalweb
### Install dependencies
npm install
### Start the development server
npm run dev