Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fildon/anima-tile
https://github.com/fildon/anima-tile
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fildon/anima-tile
- Owner: fildon
- Created: 2021-05-30T07:03:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T04:26:11.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T23:06:25.764Z (over 1 year ago)
- Language: TypeScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anima Tile
[![.github/workflows/deploy.yml](https://github.com/fildon/anima-tile/actions/workflows/deploy.yml/badge.svg)](https://github.com/fildon/anima-tile/actions/workflows/deploy.yml)
[![.github/workflows/test.yml](https://github.com/fildon/anima-tile/actions/workflows/test.yml/badge.svg)](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` directoryAfter making a change to the TypeScript:
- Run: `yarn build:js`
- Refresh your browser to reload the JSYou can put this on a watch command with `yarn build:js --watch`