Skip to content
Snippets Groups Projects
user avatar
dcz authored
Merge branch 'unified-frame-edit-view-vue-dcz-sfc' of github.com:dareqx/ShellValier-v2 into unified-frame-edit-view-vue-dcz-sfc

 Conflicts:
	frontend/src/components/unification/Unification/Unification.vue
	frontend/src/components/unification/shared/frame-components/ExamplesComponent.vue
	frontend/src/components/unification/shared/frame-components/SemanticsSchemataComponent.vue
	frontend/src/components/unification/shared/frame-components/SlowalFrameComponent.vue
afe27b1d

ShellValier v2

Running the development environment

In order to run the development environment locally:

  1. Make sure you have Docker Desktop and Docker Compose installed.

  2. Build and run the project by executing:

     ./docker/scripts/run-docker
     
     docker-compose stop backend — bo reset_db.sh nie lubi jak coś się łączy do bazki
     docker-compose run backend bash — I w nim ./reset_db.sh
     docker-compose start backend

Working in the development environment

Whenever you need to establish an interactive bash session in the running applicaiton container, execute:

    ./docker/scripts/docker-bash