- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
components/*
- The different components the whole site useslib/*
- Small snippets of code used around and about on the websitepages/writing/*
- Static pre-rendered blog pages using MDX w/ next-mdx-remote.pages/*
- All other static pages.public/*
- Static assets including fonts and images.styles/*
- Global styles lives here, most things are done w/ Vanilla Tailwind CSS but some niche things exist here
This application requires Node version: 14.15.3
npm install
npm run dev