This is the public portfolio site for Andrew Pucci, a UX Designer with a knack for development.
If you'd like to take a look at my portfolio, head over to andrewpucci.com.
Feel like playing around with the code?
- Clone this repo
- Install node
nvm use
- Install dependencies
npm ci
- Run development mode
npm run dev
Rename the .env-sample
file to .env
and add in values for your environment. ROOT_URL
is the base URL of your deployed project.