https://github.com/samccone/fidgetspin.xyz
https://github.com/samccone/fidgetspin.xyz
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/fidgetspin.xyz
- Owner: samccone
- License: mit
- Created: 2017-05-26T03:01:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T21:12:31.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T20:06:37.134Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://fidgetspin.xyz
- Size: 1.2 MB
- Stars: 300
- Watchers: 8
- Forks: 19
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Fidget Spin
====
##### A progressive fidget spin app.
Play it live [fidgetspin.xyz](https://www.fidgetspin.xyz)
Made by the amazing [Susie Lu](https://github.com/susielu), [Paul Irish](https://github.com/paulirish), and [Pavel Feldman](https://github.com/pavelfeldman), and Sam
[](https://www.fidgetspin.xyz/)
### Dev
```sh
yarn build # builds once
yarn watch # does typescript autorecompile
yarn watch-css # does autoprefixer autorecompile
yarn start # starts static server on 80
yarn run # to see other options
```
Travis will autodeploy to `gh-pages` when `master` is updated.