You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Matthew Aaron Raymer 3aec2e76b0 Merge branch 'master' of ssh://173.199.124.46:222/trent_larson/endorser-push-server 2 years ago
src Resolve problem with creating a VAPID at initial startup 2 years ago
.eslintrc.json Updates but not quite ready to test 2 years ago
.gitignore Updates but not quite ready to test 2 years ago
Dockerfile Temporary Dockerfile ... still in need of more work 2 years ago
LICENSE Add Typescript boilerplate 2 years ago
README.md customize README 2 years ago
jest.config.js Add Typescript boilerplate 2 years ago
package-lock.json Checkpoint: Problem with worker metdata for VapidKeys 2 years ago
package.json TypeORM instead of direct Sqlite 2 years ago
push_server Resolve problem with creating a VAPID at initial startup 2 years ago
tsconfig.json Rewrite reducing crypto complexity 2 years ago
tsconfig.release.json Rewrite reducing crypto complexity 2 years ago

README.md

Push Server for Time Safari

Setup Environment

Tea isn't required but it's what we use to set up the dev environment.

sh <(curl tea.xyz) -E sh

Dependencies

See https://tea.xyz

Project Version
nodejs.org ^16.0.0
npmjs.com ^8.0.0

Install

npm install

Run

npm run build
npm run start

Thanks