Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/showtime-xyz/showtime-frontend
Showtime makes digital collectibles useful, accessible and social.
https://github.com/showtime-xyz/showtime-frontend
ethereum expo nextjs polygon react react-native react-native-web universal universal-ui web3
Last synced: 3 months ago
JSON representation
Showtime makes digital collectibles useful, accessible and social.
- Host: GitHub
- URL: https://github.com/showtime-xyz/showtime-frontend
- Owner: showtime-xyz
- License: mit
- Archived: true
- Created: 2021-01-13T00:18:03.000Z (about 4 years ago)
- Default Branch: staging
- Last Pushed: 2023-12-21T21:58:02.000Z (about 1 year ago)
- Last Synced: 2024-08-01T16:35:53.819Z (6 months ago)
- Topics: ethereum, expo, nextjs, polygon, react, react-native, react-native-web, universal, universal-ui, web3
- Language: TypeScript
- Homepage: https://showtime.xyz
- Size: 117 MB
- Stars: 710
- Watchers: 10
- Forks: 124
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-universal-react - Showtime - Open-source (Apps / Others)
README
# Showtime Monorepo
## [Universal App](/packages/app/README.md)
Showtime is a web3 social network ✨
- Web: [showtime.xyz](https://showtime.xyz)
- iOS: [apps.apple.com/us/app/showtime-nft-social-network](https://apps.apple.com/us/app/showtime-nft-social-network/id1606611688)
- Android: [play.google.com/store/apps/details?id=io.showtime](https://play.google.com/store/apps/details?id=io.showtime)## [Universal Design System](/packages/design-system/README.md)
Universal is a design system created by Showtime to help teams build high-quality
digital experiences for iOS, Android, and the Web.- Storybook: [universal.showtime.xyz](https://universal.showtime.xyz)
- Bit: [bit.cloud/showtime/universal](https://bit.cloud/showtime/universal)
- npm: [npmjs.com/org/showtime-xyz](https://npmjs.com/org/showtime-xyz)
- Figma: [figma.com/file/hseAlaaQKC4b7MIZS6TdF9](https://figma.com/file/hseAlaaQKC4b7MIZS6TdF9)## Run maestro tests locally
- Install Maestro CLI - [More info](https://maestro.mobile.dev/)
- Run `maestro test [flowname]`
- e.g. To run sign in flow:
```
maestro test .maestro/sign-in-with-email.yml
```