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

https://github.com/laurawebdev/sui

A modern framework-agnostic component library
https://github.com/laurawebdev/sui

Last synced: 4 months ago
JSON representation

A modern framework-agnostic component library

Awesome Lists containing this project

README

          

# Sui - Sofia's User Interface
Sui, short for "Sofia's User Interface", is a powerful framework-agnostic component library crafted by developer Laura Sofia Heimann.

### Documentation
To learn more, visit our [documentation](https://laurawebdev.github.io/sui)!

### Development setup
#### Installing dependencies
```shell
npm install
```

---

#### Building the library
```shell
npm run lib:build
```

#### Publish the library
```shell
npm run lib:publish
```

---

#### Starting the documentation dev server
```shell
npm run docs:dev
```

#### Starting the documentation server
```shell
npm run docs:serve
```

#### Building the documentation
```shell
npm run docs:build
```