sg

A guide to start the SG project.

  1. Starting triplestore (inside sg-pilot/deployment):

docker-compose up

  1. Starting the backend (inside sg-pilot/app):

./gradlew bootRun

  1. Building the frontend (inside sg-pilot/app/src/main/webapp):

yarn install

  1. Starting the frontend (inside sg-pilot/app/src/main/webapp):

yarn run dev