mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 09:02:54 +00:00
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Bumps [elm/core](https://github.com/elm/core) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/elm/core/releases) - [Changelog](https://github.com/elm/core/blob/master/changelog.md) - [Commits](https://github.com/elm/core/compare/1.0.4...1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
| .. | ||
| dist | ||
| src | ||
| .gitignore | ||
| elm.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Reanimate - live reload animation previewer
Build it
cd reanimate/elm-viewer
npm install
npm run build
npm run minify
Develop it
npm install
npm run dev-server