This iteration of my website is a culmination of my efforts, late nights, and a genuine passion for design and programming, and all I ask of you all is to not claim this effort as your own.
So, if you find something useful here, please feel free to use it! but give me appropriate credit by linking back to okoyecharles.com.
-
Install the correct version of Node using NVM
nvm install
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Generate a static production build
npm run build
-
Preview the site as it will appear once deployed
npm run start