This is my tiny digital outpost on the web, cobbled together with Next.js and curiosity. Check it out live at mardell.me
It's a simple site... there's not a lot to look at and certainly not a big undertaking. But I had fun building it - here are some features:
- Spotify Integration: See what I'm currently jamming to or what's recently been playing ๐ต.
- Work Showcase: A playground of my personal projects and experiments ๐ .
- Contact Page: Drop me a line through my site, directly hitting my inbox via Mailgun API ๐ฌ.
To get the local development server running:
pnpm dev
Visit localhost:3000 in your browser to see the site in action. You'll probably need some
private .env
variables to get it working.
This site is powered by the Vercel Platform, from the creators of Next.js.