Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 503 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 503 Bytes

Blog frontend

This is the frontend application of my personal blog.

What's inside ?

Installation

First, copy the env file and build docker images : $ make cp-env build install-deps

Then you can strt the application: $ make start

Runing tests

$ make test