Skip to content

Daggron/badcode-v2

Repository files navigation

BadCode

This is my personal blog webapp to share knowledge on different web development topics

Overview

  • 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

Things To Do

  • Explore the next js layouts setup

Running Locally

$ git clone https://github.com/Daggron/badcode-v2.git
$ cd badcode-v2
$ npm install
$ npm run dev

Create a .env.local file similar to .env.example.

Built Using