Skip to content

nagarajpandith/nagarajpandith.in

Repository files navigation

nagarajpandith.in

Personal Website - Portfolio, Blog, Guestbook & more!

Table of Contents

Features

  • Simple, Minimal & Fast Rendering with Server Components
  • SEO Optimised along with dynamic sitemap, valid robots.txt and OpenGraph tags
  • GuestBook with Server Actions & Vercel Postgres
  • MDX Powered blog pages
  • Dynamic OG Image Generation for Blogs
  • Dynamic RSS Feed generator

Built with

Follows all web standards, a 100 score on all Lighthouse metrics!

Local Setup

  1. Clone the repo

    git clone https://github.com/nagarajpandith/portfolio.git
  2. Install dependencies

    bun i
  3. Create an .env file similar to .env.example and fill the keys.

  4. Start the development server

    bun dev

Building and Running for Production

  1. Generate a full static production build

    bun run build
  2. Preview the site as it will appear once deployed

    bun start

Color Reference

Color Hex
Primary #DB0AAE #DB0AAE
Secondary #20DBFE #20DBFE
Accent #704d99 #704d99

License

Apache License 2.0

Copyright (c) [2023] [Nagaraj Pandith]

Refer License file for more info

Author Info

Back To The Top