This is my personal profile on the web.
Built with a mobile-first approach. Made with Vue, Nuxt.js and TailwindCSS. Deployed with Vercel.
Favicon made from favicon.io.
And installable as a PWA! (if you choose to do so)
This repository uses bun, you can install learn how to install it from here.
-
Clone this repository locally
git clone https://github.com/rishabh-os/gh-profile.git
-
cd into the directory
cd gh-profile -
Install and run using Yarn
bun install bun dev
-
To build for production/deployment, run
bun run build