Skip to content

openjusticebe/omdat

Repository files navigation

Omdat - ECLI frontend of OpenJustice.be

Frontend of ECLI API : https://github.com/openjusticebe/ecli-api

Build Setup without Docker

# 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 Setup with Docker

# build image
docker build -t omdat .

# ... and launch server
docker run -it -p 80:80 omdat

Credits

Project led by OpenJustice.be in collaboration with Liège Legal Tech Lab of University of Liège🎓.