Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.5 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.5 KB

Asgardeo Integrations

Repo containing sample apps covering Asgardeo Integration use-cases.

👷 PR Builder 🚀 Deploy to Firebase

App Index

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

Prerequisites

  1. Install NodeJS from https://nodejs.org/en/download/.
  2. Yarn
npm install -g yarn

Setup

Install Packages

yarn

Build the Mono-repo

yarn build

Apps

Netflix

cd apps/netflix
yarn start

Happy Pets

cd apps/happy-pets
yarn start

Drogo NFT

cd apps/drogo-nft
yarn start

Contributing

If you would like to contribute to the project by adding new integration apps, follow the CONTRIBUTING guide.