Repo containing sample apps covering Asgardeo Integration use-cases.
| App | Access URL |
|---|---|
| Happy Pets | https://happy-pets-demo.web.app |
| Netflix | https://nflx-demo.web.app |
| Drogo NFT | https://drogo-nft-demo.web.app |
- Install NodeJS from https://nodejs.org/en/download/.
- Yarn
npm install -g yarnyarnyarn buildcd apps/netflix
yarn startcd apps/happy-pets
yarn startcd apps/drogo-nft
yarn startIf you would like to contribute to the project by adding new integration apps, follow the CONTRIBUTING guide.