Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 740 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 740 Bytes

Portfolio Site

ko-fi | Netlify Status

This is the first iteration of (feyprince.dev) built with Next.Js and hosted by Netlify. This is actively being developed for further optimization and to refine content.

🛠 Installation & Set Up

  1. Install and use the correct version of Node using NVM

    nvm install
  2. Install dependencies

    npm i
  3. Start the development server

    npm run dev