Simply clone the repository and run:
npm install
npm run dev -- --open
You will see an 500 Error
, with the DevTools
console showing the following:
🛠️ FIX!
Simply comment the two lines under the FIXME:
on the src/routes/+page.svelte
file, and save the file and reload the npm run dev
browser link.
The error should be gone and all working correctly.