snip
snip -- our digital labbook
Installation via docker
Build node docker container with:
docker-compose build
Running the app via docker
Run the containers with:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
Legacy code
Working php code can be found in the legacy
branch.