I really like the UI and wanted to easily access it. Anyone is welcome to use it if they want, but will have to register for an account at endlesstalk.org, since that is the only account you can login with.
I really like the UI and wanted to easily access it. Anyone is welcome to use it if they want, but will have to register for an account at endlesstalk.org, since that is the only account you can login with.
The landing page is in
src/routes/(meta)/instance/+page.svelte
. The dev enviroment can be run vianpm run dev
, after runningnpm install
. Then you should be access the project atlocalhost:5173
and watch the changes made in+page.svelte
with hot reload.Thanks, got it all working