Skip to content

Latest commit

 

History

History
executable file
·
16 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

executable file
·
16 lines (11 loc) · 462 Bytes

daneden.me

Welcome to the innards of my website. It’s built using Next.js and deployed on Vercel.

Installation

If you want to run this site locally:

  • Make sure you have Yarn installed
  • git clone https://github.com/daneden/daneden.me
  • Run yarn to install dependencies
  • Run yarn dev
  • Party.

To build for production, run yarn build.