diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index c2f7ecb..f618540 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -4,18 +4,24 @@
- This is a SvelteKit app. You can make your own by typing - the following into your command line and following the prompts: + This is a Dashboard app for my Ecosystem's services. + The list and roadmap of supported services can be viewed in the + README.md + page of the github repository. Thus, the Dashboard is opensource in the same repository.
-npx sv create+
+ Signups are allowed to anyone. This is because the default user scope currently has no permissions. + However, the Dashboard is designed to be used with a user scope system. This means that the user scope + will be able to access services that are only available to them. Scopes are granted by an admin account. +
- The page you're looking at is purely static HTML, with no client-side interactivity needed. - Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening - the devtools network panel and reloading. + Further are the accounts not limited to the Dashboard. They are their own entity, hosted on cloudflare workers. + Thus, the accounts are available to be used in other projects as well. The accounts are also opensource in the + github repository.