Mdpress is an experimental blog framework powered by EJS and Markdown
- Create new posts with a slug, title, author, date and content
- Post content is written in Markdown. All features supported by
- Manage posts (delete)
- View all posts
- Clone this repository
- Create a
.env
file in root and add thePORT
variable (eg. 3000) - Run
npm install
- Run
npm run dev