mirror of
https://github.com/JonasunderscoreJones/dash.jonasjones.dev.git
synced 2025-10-23 07:09:19 +02:00
added proper README
This commit is contained in:
parent
f0eedba287
commit
01da5efe2f
1 changed files with 18 additions and 35 deletions
53
README.md
53
README.md
|
@ -1,38 +1,21 @@
|
||||||
# sv
|
# Jonas_Jones Dashboard
|
||||||
|
This Dashboard connects the settings and configurations of most of the services of my ecosystem
|
||||||
|
|
||||||
Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli).
|
## Accounts
|
||||||
|
It is possible for everyone to signup and get access to the settings, however most user scopes aren't available to the default user and need to be granted by an admin user.
|
||||||
|
|
||||||
## Creating a project
|
## Settings and Configurations
|
||||||
|
The following are services that can be configured from the dashboard:
|
||||||
|
|
||||||
If you're seeing this, you've probably already done this step. Congrats!
|
| Service Name | Description | Implemented |
|
||||||
|
| ------------ | ----------- | ----------- |
|
||||||
```bash
|
| accouts.jonasjones.dev | Account Management (scopes, deletion, creation, etc...) | No |
|
||||||
# create a new project in the current directory
|
| jonasjones.dev (Projects) | Project Management (update, add, delete) | No |
|
||||||
npx sv create
|
| Analytics (stats.jonasjones.dev) | Management (delete, graphs) | No |
|
||||||
|
| Rick-Roll-Tracker | Management (graphs) | No |
|
||||||
# create a new project in my-app
|
| kcomebacks.jonasjones.dev | run scraper, graphs, etc... | No |
|
||||||
npx sv create my-app
|
| builds.jonasjones.dev | Add, remove, update | No |
|
||||||
```
|
| blogs.jonasjones.dev | create, edit, delete Posts | No |
|
||||||
|
| rss.jonasjones.dev | add, edit, delete entries | No |
|
||||||
## Developing
|
| API scripts | run, (probably not much more because security issues like remote code execution etc.) | No |
|
||||||
|
| aka.jonasjones.dev | add, remove, edit aka entries | No |
|
||||||
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm run dev
|
|
||||||
|
|
||||||
# or start the server and open the app in a new browser tab
|
|
||||||
npm run dev -- --open
|
|
||||||
```
|
|
||||||
|
|
||||||
## Building
|
|
||||||
|
|
||||||
To create a production version of your app:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
npm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
You can preview the production build with `npm run preview`.
|
|
||||||
|
|
||||||
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue