Awesome
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
.