chore: readme

This commit is contained in:
2025-02-13 15:24:04 +00:00
parent f11e7a915b
commit 9e78897302

45
README.md Normal file
View File

@ -0,0 +1,45 @@
# NAP
Nostr Application Publisher
## Install
Install rust toolchain with [rustup](https://rustup.rs/)
Install `nap`:
```bash
cargo install --git https://git.v0l.io/Kieran/nap
```
Create your `nap.yaml` config file:
```yaml
# Unique app id
id: "io.nostrlabs.freeflow"
# Display name of the app
name: "Freeflow"
# Human-readable long description
description: "Live in the moment"
# Application icon
icon: "https://freeflow.app/icon.png"
# Banner / Preview of the app
images:
- "https://freeflow.app/banner.jpg"
# Public code repo or project website
repository: "https://github.com/nostrlabs-io/freeflow"
# SPDX code license
license: "MIT"
# Descriptive app tags
tags:
- "tiktok"
- "shorts"
```
Publish the app by running `nap` in your project folder and follow the prompts.