Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.2 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.2 KB
Logo

Sanay Varghese

Version 3 of my Protfolio website built with React and hosted with CloudFlare Pages and managed with Cloudflare CDN

Previous versions: v1, v2

Demo🌏

demo

🛠 Installation & Set Up

  1. Install the dependencies for the project
    Using NPM

    npm i

    Using Yarn

    yarn
  2. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. This will generate a build folder which contains the build files for production