Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 807 Bytes

ShaclEditor

This is semestral project for Linked data course on VŠE.

Install

Run yarn.

App assumes that the editor BE is running on http://localhost:5000. In case that not, edit the environments/environment(.*).ts -> apiURL correspondingly.

Development server

Run yarn start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Run production version

docker run --rm -p 80:80 luki215/shacl-editor-fe

Build

docker build -f Dockerfile-prod -t shacl-editor-fe .

Docker publish

Is done automatically with publishing a new tag via yarn release:patch or yarn release:minor or yarn release:major