Web powers open-museum.ch.
npm install
docker run -d -p 2095:8188 openmuseum/janus-gateway:latest
To run a development server
npm run dev
To run a production server
docker run -d -p 80:5000 openmuseum/web:latest
If you want analytics you need to set up matomo and change the parameters url
and siteId
in src/routes/_layout.svelte
accordingly.
This project is maintained by @open-museum. Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.
Type | Platforms |
---|---|
🚨 Bug Reports | GitHub Issue Tracker |
🎁 Feature Requests | GitHub Issue Tracker |
🛡 Report a security vulnerability | GitHub Issue Tracker |
Some parts of the software were migrated to SvelteKit. The chat functionality was removed due to server costs and buggy implementation.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details