Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 901 Bytes

File metadata and controls

27 lines (18 loc) · 901 Bytes

Deploy with Vercel

lucasbozzo.com

My portfolio has transformed over the years - from a static HTML site, to Jekyll, to Hugo, and finally to Next.js/React/MDX. My personal slice of the internet provides a platform for my writing and to showcase my latest work.

Overview

  • pages/api/* - API routes powering Spotify listening now.
  • pages/* - All other static pages.

Running Locally

$ git clone https://github.com/lbozzo/Orizuru.git
$ cd Orizuru
$ yarn
$ yarn dev

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

Built Using