Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://snowcait.github.io/nostr-json-generator/
Generate nostr.json from NIP-65 or NIP-07
https://snowcait.github.io/nostr-json-generator/
nostr
Last synced: 3 months ago
JSON representation
Generate nostr.json from NIP-65 or NIP-07
- Host: GitHub
- URL: https://snowcait.github.io/nostr-json-generator/
- Owner: SnowCait
- License: mit
- Created: 2023-08-22T13:35:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T21:53:42.000Z (about 1 year ago)
- Last Synced: 2024-05-29T11:12:35.342Z (5 months ago)
- Topics: nostr
- Language: Svelte
- Homepage: https://snowcait.github.io/nostr-json-generator/
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr-japan - nostr.json generator - NIP-65 または NIP-07 から nostr.json を生成 by [SnowCait](https://github.com/SnowCait) (Web Services)
README
# nostr.json generator
Generate nostr.json from NIP-65 or NIP-07.
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.