https://github.com/bemit/formanta
https://github.com/bemit/formanta
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bemit/formanta
- Owner: bemit
- License: mit
- Created: 2020-04-25T21:43:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T17:16:36.000Z (about 1 year ago)
- Last Synced: 2025-10-03T19:44:06.647Z (4 months ago)
- Language: Liquid
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Formanta Monorepo
Libraries to empower assets related tasks and help to build & style web pages and more.
- @formanta/blocks [](https://www.npmjs.com/package/@formanta/blocks)
- @formanta/sass [](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)