Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.02 KB

Deploy with Vercel

flxkpe.io

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.

Overview

  • pages/api/* - API routes powering and post views.
  • pages/blog/* - Static pre-rendered blog pages using MDX.
  • pages/* - All other static pages.

Running Locally

$ git clone https://github.com/chwzr/flxkpe.io.git
$ cd flxkpe.io
$ yarn
$ yarn dev

Create a .env.local file similar to .env.example.

Built Using