My Portfolio, to showcase my work as a Frontend Engineer.
→ Check out the live site: brodin.dev
My Portfolio is inspired by:
- Light/Dark themes
- SEO optimized (JSON-LD schema, sitemap, robots)
- Analytics with PostHog
- Markdown Content
- Perfect Lighthouse Score
Ensure you have the following installed:
git clone https://github.com/NathanBrodin/Portfolio.git
cd Portfoliopnpm iCreate a .env.local file based on .env.example:
cp .env.example .env.localThen, update the necessary environment variables inside .env.local.
pnpm devThe application should now be available at http://localhost:3000