Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlotm/umbra
A multi box-shadow generator
https://github.com/carlotm/umbra
box-shadow box-shadow-generator css elm elm-architecture
Last synced: about 1 month ago
JSON representation
A multi box-shadow generator
- Host: GitHub
- URL: https://github.com/carlotm/umbra
- Owner: carlotm
- Created: 2020-12-12T09:09:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T16:19:03.000Z (11 months ago)
- Last Synced: 2024-01-18T19:08:59.125Z (11 months ago)
- Topics: box-shadow, box-shadow-generator, css, elm, elm-architecture
- Language: Elm
- Homepage: https://carlotm.github.io/umbra
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Umbra
This is an app written in elm, deployed at [carlotm.github.io/umbra](https://carlotm.github.io/umbra/).
## Local development
This app uses [devbox](https://www.jetpack.io/devbox/).
Use `devbox shell` to download the requirements and activate the development environment.
Use `make` to build the app in the `_site` folder.
Open `_site/index.html` in your favorite web browser.
Cheers!