I'm figuring out how to use set up jupyterlite so that I can share my notebooks and results with others. Currently I use binder for this purpose. I was able to serve jupyter lite with a Pyodide kernel but I keep getting a error when trying to use jupyterlite-xeus-python. To run jupyterlite-xeus-python I'm cloning and running the template repository (https://github.com/jupyterlite/xeus-python-demo). I know the repository should have everything necessary because github actions was able to deploy the repository over here (https://rk22000.github.io/XEUS-Python-demo/lab/index.html) and the deployment works just fine.
The command I'm using
jupyter lite serve --contents content
the error
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\Projects\\XEUS-Python\\_output\\dist\\jupyter-lite.json'