Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 448 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 448 Bytes

place-for-your-thoughts

This project represents a website where you can write a blog using markdown

preview

Running service

First create .env file in project directory and place there:

LOGIN=yourlogin
PASSWORD=yourpassword

You'll need them, when you add new posts in your website

Then run in terminal:

make

Now type localhost:8888 in your browser and start using service