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

https://github.com/bemit/formanta


https://github.com/bemit/formanta

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          


Formanta Logo

Formanta Monorepo

Libraries to empower assets related tasks and help to build & style web pages and more.

- @formanta/blocks [![npm (scoped)](https://img.shields.io/npm/v/@formanta/blocks?style=flat-square)](https://www.npmjs.com/package/@formanta/blocks)
- @formanta/sass [![npm (scoped)](https://img.shields.io/npm/v/@formanta/sass?style=flat-square)](https://www.npmjs.com/package/@formanta/sass)

## Dev Notes

Git clone, incl. submodules, then setup:

```shell
npm i
```

Start sass demo:

```shell
npm run demo
```

Start blocks demo:

```shell
npm run demo-blocks
```

Build:

```shell
# FormantaSass demo + docs:
npm run build

# only build FormantaSass docs:
npm run build-docs
```

Build misc. assets, requires build output:

```shell
lerna run --stream screenshots
lerna run --stream favicons
```

Update packages:

```shell
npm run clean && rm -rf node_modules && rm package-lock.json && npm i
```

## License

This project is free software distributed under the **MIT License**.

See: [LICENSE](LICENSE).

© 2015 - 2024 [Michael Becker](https://i-am-digital.eu), bemit UG (haftungsbeschränkt)