The second iteration of ronaldosuarez.dev built with Vite and hosted with Vercel
Previous iterations: v1
Yes, you can fork this repo. Please give me proper credit by linking back to ronaldosuarez.dev. Thanks!
Please also note that I did not build this site with the intention of it being a starter theme, so if you have questions about implementation, please refer to the vike docs.
-
Clone repo
git clone https://github.com/rodatboat/portfolio-v2.git
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run preview
-
When deploying to vercel, set Output Directory to
dist/client/
Color | Hex |
---|---|
Primary Light | #CFFF99 |
Primary | #B8FF65 |
Secondary | #aaa |
White | #fff |
Black | #000 |