- Clone the repo
- Add new demo to
src/app/features/playground/playground.ts
- If new component is needed, add it to
src/app/features/playground/components
- Run
npm run start:lib
- Run
npm run start
- Open
http://localhost:4200/playground
- Verify that new demo is added and is working
- Stage your changes
- Commit your changes using
npm run commit
> Selectdocs
- Push your changes to the remote repo
- Create a PR