My portfolio has transformed over the years - from a static HTML site, to Polymer and finally to Next.js/React/MDX. My personal slice of the internet provides a platform for my writing, link list and to showcase my latest work.
pages/api/*
- API routes powering and post views.pages/blog/*
- Static pre-rendered blog pages using MDX.pages/*
- All other static pages.
$ git clone https://github.com/chwzr/flxkpe.io.git
$ cd flxkpe.io
$ yarn
$ yarn dev
Create a .env.local
file similar to .env.example
.