https://github.com/umihico/animated-random-user-picker
https://github.com/umihico/animated-random-user-picker
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umihico/animated-random-user-picker
- Owner: umihico
- Created: 2020-07-18T01:41:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T05:47:10.000Z (about 5 years ago)
- Last Synced: 2025-01-15T23:15:59.721Z (9 months ago)
- Language: HTML
- Homepage: http://animated-random-user-picker.s3-website-ap-northeast-1.amazonaws.com/
- Size: 1.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# animated-random-user-picker
Visit http://animated-random-user-picker.s3-website-ap-northeast-1.amazonaws.com/
All example image copyrights belongs to www.irasutoya.com
## how to deploy on S3
- change images under `img` directory
- rewrite image paths in `index.html`
- run commands below```
aws s3 mb s3://animated-random-user-picker # only once
aws s3 website s3://animated-random-user-picker --index-document index.html # only once
aws s3api put-bucket-policy --bucket animated-random-user-picker --policy file://policy.json # only once
aws s3 sync . s3://animated-random-user-picker --exclude=.git/*
```