https://github.com/xyzjonas/sui-clone
https://github.com/xyzjonas/sui-clone
dashboard pwa self-hosted sui
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyzjonas/sui-clone
- Owner: xyzjonas
- License: mit
- Created: 2023-10-27T10:43:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T12:48:11.000Z (4 months ago)
- Last Synced: 2025-03-12T13:36:21.856Z (4 months ago)
- Topics: dashboard, pwa, self-hosted, sui
- Language: Vue
- Homepage: https://xyzjonas.github.io/sui-clone/
- Size: 399 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
```