Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.8 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.8 KB
Logo

okoyecharles.com - v3

The third iteration of okoyecharles.com

Previous iterations: v1, v2

Next JS TailwindCSS Redux Threejs

♻️ Attribution

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.


🛠 Installation & Set Up

  • Install the correct version of Node using NVM

    nvm install
  • Install dependencies

    npm install
  • Start the development server

    npm run dev

🚀 Building and Running for Production

  • Generate a static production build

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

    npm run start