daneden.me
daneden.me copied to clipboard
π‘ This is my website. There are many like it, but this one is mine.
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
yarnto install dependencies - Run
yarn dev - Party.
To build for production, run yarn build.