You can find this app running here.
On first start install the npm dependencies:
npm installSet the BACKEND_URL in .env to your project's url:
# .env
BACKEND_URL=https://REPLACE ME.di1337.comAfter this you can start the web server and esbuild watcher:
npm run devThe entrypoint of this app is app.tsx.
If you want to import this frontend into your own IHP Backend, copy the contents of Schema.sql into your project.