Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Latest commit

 

History

History
66 lines (41 loc) · 2.81 KB

README.md

File metadata and controls

66 lines (41 loc) · 2.81 KB

Web powers open-museum.ch.

GitHub issues GitHub forks GitHub stars GitHub license

Installation

Install Node and Docker.

npm install
docker run -d -p 2095:8188 openmuseum/janus-gateway:latest

Usage

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.

Support

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

Roadmap

Some parts of the software were migrated to SvelteKit. The chat functionality was removed due to server costs and buggy implementation.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors and acknowledgment

  • Aline Mähr - Initial work - amaehr
  • Moritz Mähr - Initial work - maehr

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details