Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 487 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 487 Bytes

Dashboard

My own tweaked clone of the SUI project - i.e. static "home page" app.

Customize configuration

Edit the src/configuration.ts file with your own bookmarks, build and deploy...

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint