Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```