Hey I'm Thinh, and this is my blog.
Nothing much to it, simply run a yarn
command at the root to install everything, followed by the typical
yarn dev
to start the app in local development.
The app was built with a Next.js TypeScript boilerplate with a lot of frontend goodies from the Modulz team, notably Radix-UI an unstyled component library, Radix Colors for the color palettes, and of course Stitches as my CSS-in-JS solution.
I'm also using mdx-bundler to bundle my MDX files with SSG provided by Next.js.