Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.32 KB

Actions Status Actions Status Maintainability Test Coverage

Bulletin board

Bulletin board is a service where you can post ads and search for existing ones. Each ad is pre-moderated by the service administrators. Administrators can return an ad for revision, publish it, or archive it.

(production deployed on railway)

Local installation

make install-without-production

(after that fill .env file with correct values)

Start dev-server

make dev-start

Start linters

make lint

Start tests

make test

Start system tests

You need Firefox first

sudo apt install firefox

then

make test-system

or

make test-system-headless