Skip to content

appcypher/kinema

Repository files navigation

kinema

A CSS Animation Studio (Work in Progress)

The User Inteface

Mockup can be found here

Kinema

Installation.

  • Install Nodejs if you don't already have it
  • Clone this repo git clone https://github.com/appcypher/kinema.git
  • Run npm install to install the required dependencies
  • Run npm run build:dev:watch to serve the UI at localhost:9000
  • Open http://localhost:9000/ in the browser