Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzjonas/sui-clone
https://github.com/xyzjonas/sui-clone
dashboard pwa self-hosted sui
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyzjonas/sui-clone
- Owner: xyzjonas
- License: mit
- Created: 2023-10-27T10:43:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T12:44:15.000Z (6 months ago)
- Last Synced: 2024-08-12T14:26:21.465Z (6 months ago)
- Topics: dashboard, pwa, self-hosted, sui
- Language: Vue
- Homepage: https://dashboard-eta-vert.vercel.app
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard
My own tweaked clone of the [SUI project](https://github.com/jeroenpardon/sui) - i.e. static "home page" app.
## Customize configuration
Edit the `src/configuration.ts` file with your own bookmarks, build and deploy...
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```