Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 728 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 728 Bytes

Actions Status Actions Status

Collective blog

Each user can create an entry and publish it in one of the general categories. Other users rate and comment on added posts

(production deployed on railway)

Local installation

make install-without-production

Start dev-server

make dev-start

Start tests

make test

Start linters

make lint