https://github.com/kubosho/s3-image-uploader
Image uploader for AWS S3.
https://github.com/kubosho/s3-image-uploader
aws image-uploader jotai react
Last synced: about 2 months ago
JSON representation
Image uploader for AWS S3.
- Host: GitHub
- URL: https://github.com/kubosho/s3-image-uploader
- Owner: kubosho
- License: mit
- Created: 2022-01-10T14:49:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T02:26:25.000Z (about 2 years ago)
- Last Synced: 2024-05-01T21:24:32.851Z (over 1 year ago)
- Topics: aws, image-uploader, jotai, react
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# S3 image uploader
Image uploader for AWS S3.
## Development
Launch development server:
```
yarn dev
```Execute build:
```
yarn build
```Run lint:
```
yarn lint
```Run test runner:
```
yarn test
```Launch storybook:
```
yarn storybook
```