Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 471 Bytes

ADD_PLAYGROUND.md

File metadata and controls

13 lines (12 loc) · 471 Bytes

Add New Hot Toast Demo

  1. Clone the repo
  2. Add new demo to src/app/features/playground/playground.ts
  3. If new component is needed, add it to src/app/features/playground/components
  4. Run npm run start:lib
  5. Run npm run start
  6. Open http://localhost:4200/playground
  7. Verify that new demo is added and is working
  8. Stage your changes
  9. Commit your changes using npm run commit > Select docs
  10. Push your changes to the remote repo
  11. Create a PR