https://github.com/fildon/anima-tile
https://github.com/fildon/anima-tile
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/anima-tile
- Owner: fildon
- Created: 2021-05-30T07:03:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T04:26:11.000Z (over 4 years ago)
- Last Synced: 2025-03-13T03:12:19.843Z (over 1 year ago)
- Language: TypeScript
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anima Tile
[](https://github.com/fildon/anima-tile/actions/workflows/deploy.yml)
[](https://github.com/fildon/anima-tile/actions/workflows/test.yml)
Animated tiling patterns
You can view the currently deployed website here: [Anima Tile](https://fildon.me/anima-tile/)
## Get Started
```shell
yarn install
yarn build
```
Then open the HTML file inside the `dist` directory
After making a change to the TypeScript:
- Run: `yarn build:js`
- Refresh your browser to reload the JS
You can put this on a watch command with `yarn build:js --watch`