https://github.com/itsjonq/shadowplay
ShadowPlay: A tiny app for designing fancy shadows and glows.
https://github.com/itsjonq/shadowplay
Last synced: about 2 months ago
JSON representation
ShadowPlay: A tiny app for designing fancy shadows and glows.
- Host: GitHub
- URL: https://github.com/itsjonq/shadowplay
- Owner: ItsJonQ
- Created: 2018-04-13T03:35:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T13:56:55.000Z (over 8 years ago)
- Last Synced: 2025-03-03T08:15:18.486Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://shadowplay.surge.sh/
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadowplay 🦇
## CLI Commands
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# test the production build locally
npm run serve
# run tests with jest and preact-render-spy
npm run test
```
For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).