Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.01 KB

Send push notifications to your browser with Adonis.js and Pusher channels.

application screenshot

Getting Started

Make sure you have npm and yarn on your local machine

  1. Clone this repository and cd into it
  2. Run yarn or npm install to download dependencies
  3. Set up your pusher account
  4. Execute adonis serve --dev to run the project in your browser
  5. See the tutorial for useful notes

Prerequisites

  • Adonis
  • npm or Yarn
  • Pusher account

Built With

##Acknowledgments

Christian Nwamba tutorial - Inspiring and useful article