Skip to content

nirum-lang/nirum-tutorial-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.