https://github.com/lucianoratamero/imba-raindrops
https://github.com/lucianoratamero/imba-raindrops
art canvas components imba
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucianoratamero/imba-raindrops
- Owner: lucianoratamero
- Created: 2019-03-29T23:04:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T23:11:47.000Z (over 6 years ago)
- Last Synced: 2025-01-13T16:46:51.658Z (10 months ago)
- Topics: art, canvas, components, imba
- Language: JavaScript
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imba-raindrops
this is a small proof of concept, meant for studying [imba](http://imba.io/) and discovering artistic value with web components
the generated site is on [my personal site](http://www.ratamero.com/imba-raindrops/), which runs on github pages (based on the dist folder)
if you have any questions, just open an issue and I'll answer it when I can :)
## Getting started
```bash
# install dependencies
npm install
# start webpack-dev-server and compiler
npm run dev
# build to the dist folder
npm run build
# or deploy it to github pages
npm run deploy
```
## For the no-canvas version
install [animejs](https://animejs.com/) with `npm install animejs`