Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

get0xNotes/workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0xNotes Worker

Backend for 0xNotes, powered by Cloudflare Workers.

Setting up development environment

  1. Clone the repository git clone [email protected]:get0xNotes/workers.git
  2. Run cd workers && yarn
  3. Create a .dev.vars file containing the following:
POSTGREST_ENDPOINT = "https://pg.example.com/rest/v1"
POSTGREST_APIKEY = "A bearer token to access the endpoint"
SERVER_JWK = '{"alg":"EdDSA","kty":"OKP","crv":"Ed25519","x":"","d":""}'
  1. Run wrangler dev

License

MIT License

About

A Cloudflare worker for 0xNotes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published