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 spotify
- pages/*- All other pages.- about- About me page
- index- 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.