Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
/ Orizuru Public archive

My portfolio built with Next.js, Tailwind CSS, Typescript, Framer Motion and Vercel.

Notifications You must be signed in to change notification settings

lucasbozzo/Orizuru

Repository files navigation

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