Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 535 Bytes

This repository contains examples from Step-by-step tutorial of Nirum.

You can run the server or unit tests using the below command:

make run-counter-server
make test-counter-server

Note that there are NIRUM and PYVENV variables and overridable through -e option:

NIRUM=nirum-linux-x86_64 PYVENV=pyvenv-3.5 make -e run-counter-server

Distributed under public domain.