Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 747 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 747 Bytes

Anigate

Cross-platform animation desktop application build using electron.

Installation

Use the package manager npm/yarn to install.

yarn install #or use npm

Try and test have fun

let's animate

yarn run sass #or use npm
yarn run dev #or use npm

Build electron app using [electron-packager]

yarn add electron-packager --save-dev #or use npm instead

Windows

electron-packager <sourcedir> <appname> --platform=win32 --arch=x86_64

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT