Skip to content

bapairaew/svelte.bapairaew.com

Repository files navigation

bapairaew.com

Source code for my personal website built with Tailwind CSS, mdsvex, SvelteKit and a few other libraries.

Read about this website in this post.

Project structure

Mainly follows SvelteKit's project structure.

  • routes/posts - all posts written in MDX
  • static/photos - all photos with its metadata

Dev

  1. Install Git and Node.js stuff
  2. Clone this project
  3. Start dev server
    pnpm run dev