Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhay-raizada/nostr-forms
https://github.com/abhay-raizada/nostr-forms
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhay-raizada/nostr-forms
- Owner: abhay-raizada
- License: mit
- Created: 2023-08-29T12:09:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T07:35:51.000Z (8 months ago)
- Last Synced: 2024-03-18T22:33:20.723Z (8 months ago)
- Language: TypeScript
- Homepage: https://formstr.app
- Size: 8.06 MB
- Stars: 38
- Watchers: 2
- Forks: 11
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - Formstr - raizada/nostr-forms.svg?style=social) - A Google Forms alternative built on top of the nostr protocol. (Clients / Relay lists)
README
This repository holds the forms implementation on the [nostr-protocol](https://github.com/nostr-protocol/nostr)
## Setup
### Prerequisites
1. Node
2. Yarn
3. [NIP-07 Signer Extension](https://github.com/nostr-protocol/nips/blob/master/07.md)### Setup Instructions
```sh
git clone https://github.com/abhay-raizada/nostr-forms.gitcd nostr-forms
yarn
```### Starting the dev server
```sh
yarn workspace @formstr/web-app start
```### Building the web-app
```sh
yarn workspace @formstr/web-app build
```## How to reach the devs
- If you have any questions about formstr, or just want to reach out to us, feel free to ping us on our [telegram](https://t.me/+NQzzsKGGkgtmMjdl)
- Or follow us on our nostr handle: npub1qu7dsd44275lms4x9snnwvnnmgx926nsppmr7lcw9dlj36n4fltqgs7p98### Setup:
1. `yarn install`
2. `yarn workspace @formstr/web-app`