Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vokimon/blaface
WebApp experiment mixing SVG animations and audio
https://github.com/vokimon/blaface
Last synced: 1 day ago
JSON representation
WebApp experiment mixing SVG animations and audio
- Host: GitHub
- URL: https://github.com/vokimon/blaface
- Owner: vokimon
- Created: 2013-07-06T16:21:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-18T14:47:21.000Z (over 11 years ago)
- Last Synced: 2024-11-10T23:33:17.312Z (about 2 months ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blaface
This is a proof of concept of a web app animating svg files
interactively.The skeleton is based on [mortar](https://github.com/mozilla/mortar/).
# Mortar Usage
There are a few ways to get this template:
* git clone git://github.com/mozilla/mortar-app-stub.git myapp
* volo create myapp mozilla/mortar-app-stubIf you have node installed, you can run a development server with volo:
* cd myapp
* volo serveView the app at http://localhost:8008/.