Skip to content

💻 Second edition of my personal website built with React

Notifications You must be signed in to change notification settings

rodatboat/portfolio-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ronaldosuarez.dev - v2

The second iteration of ronaldosuarez.dev built with Vite and hosted with Vercel

Previous iterations: v1

demo

🚨 Forking this repo

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.

🛠 Installation & Set Up

  1. Clone repo

    git clone https://github.com/rodatboat/portfolio-v2.git
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run preview
  3. When deploying to vercel, set Output Directory to

    dist/client/
    

🎨 Colors

Color Hex
Primary Light #CFFF99 #CFFF99
Primary #B8FF65 #B8FF65
Secondary #aaa #aaa
White #fff #fff
Black #000 #000

About

💻 Second edition of my personal website built with React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published