Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 697 Bytes

File metadata and controls

42 lines (29 loc) · 697 Bytes

Armstrong.Web

cover

ARMStrong.WebServer -- a monolith analog of Armstrong.Server with the ability to control polling through a web interface.

Local installation

git clone git@github.com:digital-armstrong/Armstrong.WebServer.git && \
    cd Armstrong.WebServer && \
    make setup

Starting project

make start-dev

Refreshing database

make cleanup

Starting tests and linting code

make check

Or start them separately:

make lint
make test