portfolio_v3

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