Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindsaykwardell/amplify-social-room
My Amplify Gen 2 Social Room
https://github.com/lindsaykwardell/amplify-social-room
Last synced: about 1 month ago
JSON representation
My Amplify Gen 2 Social Room
- Host: GitHub
- URL: https://github.com/lindsaykwardell/amplify-social-room
- Owner: lindsaykwardell
- Created: 2024-05-27T03:53:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-27T03:53:07.000Z (7 months ago)
- Last Synced: 2024-11-24T20:10:24.074Z (about 1 month ago)
- Language: TypeScript
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AWS Amplify Fullstack Realtime Social Room Demo
A React and Vite app using AWS Amplify to build a realtime game with generative AI, auth, data, storage, and serverless functions
## Getting Started
### Clone repo```
git clone https://github.com/aws-samples/amplify-social-room.git
cd amplify-social-room```
### Install the packages
```
npm i
```
### Initiate a cloud sandbox environment
```
npx ampx sandbox
```
### Run the App
```
npm run dev
```
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
## License
This library is licensed under the MIT-0 License. See the LICENSE file.