Ladeassistent is a example project mainly focused on showcasing various ways to render data from the Spark API. It can be run locally by following the instructions below, or you can visit it here.
Before running the project you have to create and populate a .env.local with variables found in the .env.template file. The PLATFORM_CLIENT_ID and PLATFORM_CLIENT_SECRET needs to contain your API credentials.
# Install dependencies
yarn
# Start server
yarn devRun the project using npm by first deleting the yarn.lock file, then run the following commands
# Install dependencies
npm install
# Start the server
npm run devOpen http://localhost:3000 to reach the local dev server.