To be used by the "Imagine all the people" team for HackaLOD 2025
Some SPARQL queries for public Muziekweb data are added in /queries. These can be useful for the Musiant/LODster application idea.
Some data files are located in /data and some helper files in /support.
cd packages
npm installCheck the run options, within same packages dir:
npm runThen to start the backend server run:
npm run dev --workspace backend
DEBUG=hackalod:* npm run dev --workspace @hackalod2025/backendYou'll see the address the API is running. You can copy paste it to your browser
npm run dev --workspace frontend
DEBUG=hackalod:* npm run dev --workspace @hackalod2025/frontendYou'll see the address the game UI is running. You can copy paste it to your browser
Test the backend $ docker run --rm -p 3000:3000 gijsjan/lodster:1.0.0