Skip to content

xyzjonas/sui-clone

Repository files navigation

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