Skip to content

⚡ Portfolio built with Next.js, Tailwind, Prisma, PlanetScale, and Vercel.

License

Notifications You must be signed in to change notification settings

sayandey18/sayandey.dev

Repository files navigation

cover

sayandey.dev

Overview

  • lib/* - Short for "library", a collection of helpful utilities or code for external services.
  • pages/api/* - API routes. Health check, spotify, guestbook and blog post views.
  • pages/blog/* - Static pre-rendered blog pages using MDX
  • pages/dashboard - Containing metrics from health api
  • pages/projects - Showcase of my current projects on GitHub
  • pages/about - General information about me
  • pages/sitemap.xml.tsx - Automatically generated sitemap
  • pages/* - All other static pages.
  • public/* - Static assets including fonts and images.
  • prisma/* - My Prisma schema, which uses a PlanetScale MySQL database.
  • styles/* - A small amount of global styles. I'm mostly using vanilla Tailwind CSS.

Running Locally

This application requires Node.js v20.xx.+

git clone https://github.com/sayandey18/sayandey.dev.git
cd sayandey.dev
yarn install
yarn dev

Create a .env file similar to .env.example.

Cloning / Forking

Please review the license and remove all of my personal information (resume, blog posts, images, etc.).

About

⚡ Portfolio built with Next.js, Tailwind, Prisma, PlanetScale, and Vercel.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published