This repo is an interactive website where every 'slide' is broken. Your mission is to fix each page, by inspecting and reading the compiled JavaScript.
npm ci
You need to start the server, and watch the code for changes in two separate terminals
# Start the server
npm run start
# watch the code for changes
npm run dev