Skip to content

endopedro/mdblog

Repository files navigation

MDBlog

This is a serverless blog experiment to demonstrate integration with mdblog-cms API. It uses only the endpoints and convert the Markdown content into beautiful posts.

It's alive

https://mdblog.vercel.app/

Screenshots

screenshot 1

screenshot 2

About the project

This project uses all mdblog-cms public APIs to show the blog information. The minimalist layout is focused on images, texts and performance. For styles was used Tailwind and for other features, Next.js.

Stack

Getting Started

  1. Clone the repository
git clone https://github.com/endopedro/mdblog.git
  1. Then create and fill the .env file (based on .env.example) with your services credentials and app information.

  2. Install dependencies

yarn
  1. Fire up the server and watch files
yarn dev
  1. Go to the address http://localhost:3000/