Skip to content
/ app-mu-playground Public template
forked from mu-semtech/mu-project

My playground to experiment with semantic.works

License

Notifications You must be signed in to change notification settings

szymsza/app-mu-playground

 
 

Repository files navigation

app-mu-playground

Boot up the system

Boot up the microservices

docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.override.yml up -d

Boot up the frontend

cd frontend-mu-playground && eds --proxy http://host:8899

Restart the dispatcher if necessary

docker compose restart dispatcher

Run migrations if necessary

docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.override.yml restart migrations

You can shut down using docker-compose stop and remove everything using docker-compose rm.

About

My playground to experiment with semantic.works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.5%
  • Handlebars 21.9%
  • CSS 13.8%
  • Common Lisp 4.0%
  • Elixir 3.5%
  • HTML 3.3%