An interactive installation to let museum visitors explore the long tail of scarcely visited artworks of the Rijksmuseum & Volkenkunde collection, powered by Linked Open Data.
⚡️ Hacked in 19 hours during HackaLOD 2019 at Radio Kootwijk.
🏆 Winner of the HackaLOD Audience Award
🔗 Documentation website: https://explod.art/
📰 NDE: "Winnaars HackaLOD 2019"
📰 KB: "Winnaars HackaLOD 2019"
📰 HackaLOD: "Teams & Resultaten"
Made with ❤️ by team ExpLOD:
- 🤯 Matus
- 🤯 Jorim
- 🤯 Philo
- 🤯 Edward
- 🤯 Ben
install dependencies
npm install
serve development version
npm run serve
build production version to /dist
directory
npm run build
then serve /dist
, e.g. using serve
serve -s dist