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.
-
Install and use the correct version of Node using NVM
nvm install
-
Install dependencies
npm i
-
Start the development server
npm run dev