melvnl / melvinliu.com

My personal site where I can experiment with bunch of stuff. Built with Next.js, Typescript, Tailwind, Markdown

Home Page:https://www.melvinliu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

melvinliu.com

Overview

  • data/* - markdown file data that is used for blogs
  • lib/* - Short for "library", a collection of helpful utilities
  • pages/api/* - API routes powering newsletter subscription, authentication, discord webhook, spotify and post views.
  • pages/blog/* - Static pre-rendered blog pages using markdown.
  • pages/* - All other static pages.
  • prisma/* - My Prisma schema, which uses a PlanetScale MySQL database.
  • public/* - Static assets including fonts, images,etc.
  • styles/* - A small amount of global styles. Currently using Tailwind CSS.

Running Locally

$ git clone https://github.com/melvnl/melvinliu.com.git
$ cd melvinliu.com
$ yarn
$ yarn dev

About

My personal site where I can experiment with bunch of stuff. Built with Next.js, Typescript, Tailwind, Markdown

https://www.melvinliu.com/


Languages

Language:TypeScript 95.6%Language:CSS 2.3%Language:JavaScript 1.6%Language:Shell 0.5%