https://github.com/lnbits/nostr-market-app
Nostr Marketplace App
https://github.com/lnbits/nostr-market-app
Last synced: over 1 year ago
JSON representation
Nostr Marketplace App
- Host: GitHub
- URL: https://github.com/lnbits/nostr-market-app
- Owner: lnbits
- License: mit
- Created: 2023-07-25T13:05:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T11:41:46.000Z (over 2 years ago)
- Last Synced: 2023-11-06T12:42:15.607Z (over 2 years ago)
- Language: JavaScript
- Size: 4.63 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nostr Market App (nostr-market-app)
A Nostr marketplace
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).