Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 627 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 627 Bytes

pushme

Send easy push notifications with a single HTTP post request, see the website for my implementation hosted on Vercel.

You a free to copy this for non-commerical use. You do need to generate your own VAPID key pair and have a Mongo DB server. Install the now-cli and setup the secrets in now.json/vercel.json

Project setup for Vue

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.