Skip to content

wesjune/dev-notes

Repository files navigation

Wes June’s Dev Notes

Most of the articles on this website are my personal notes compiled from various sources. These notes are mainly for my personal learning so that I can quickly review them when needed. I will add reference links to each article.

This project is built with Nextra.

Local Development

  • Run pnpm i to install the dependencies.
  • Run pnpm dev to start the development server and visit localhost:3000.