Frontend of ECLI API : https://github.com/openjusticebe/ecli-api
# install dependencies
$ yarn install
# serve with hot reload at localhost
$ yarn serve
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
# build image
docker build -t omdat .
# ... and launch server
docker run -it -p 80:80 omdat
Project led by OpenJustice.be in collaboration with Liège Legal Tech Lab of University of Liège🎓.