Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 263 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 263 Bytes

Paul Mendoza's Portfolio Site

Hey this is the source code for my portfolio site: https://doza.design

To run:

$ pnpm i
$ pnpm dev

For the /art route you will need an imgur client id in a .env file.

VITE_IMGUR_CLIENT_ID="xxxxxxxxxxx"