/nostr.cooking

A recipe-sharing client for nostr

Primary LanguageSvelteMIT LicenseMIT

nostr.cooking

A recipe-sharing client for nostr. Check it out at nostr.cooking!

Contributing

Everyone is welcome to contribute.

Note: The tag list is here, please add useful tags to this list so they work with autocompletion.

Self-hosting

Deploy to production using docker:

  1. docker compose build
  2. docker compose up -d

Developing

  1. yarn install
  2. yarn dev