Skip to content

rishabh-os/gh-profile

Repository files navigation

Introduction

This is my personal profile on the web.

Built with a mobile-first approach. Made with React, Next.js and TailwindCSS. Deployed with Vercel.

And installable as a PWA! (if you choose to do so)

Build Instructions

  1. Clone this repository locally

    git clone https://github.com/rishabh-os/gh-profile.git
  2. cd into the directory

    cd gh-profile
  3. Install and run using Yarn

    yarn install
    yarn dev
  4. To build for production/deployment, run

    yarn build