This is my personal blog webapp to share knowledge on different web development topics
pages/api/*- API routes Used to fetch my current playing song on spotifypages/*- All other pages.about- About me pageindex- Home page[slug]- Page for the blogs
- Explore the next js layouts setup
$ git clone https://github.com/Daggron/badcode-v2.git
$ cd badcode-v2
$ npm install
$ npm run devCreate a .env.local file similar to .env.example.