An open API service indexing awesome lists of open source software.

https://github.com/interledger/web-monetization-flows


https://github.com/interledger/web-monetization-flows

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Web Monetization Flows

Repository for the web monetization flows specification. [View the specification](https://interledger.github.io/web-monetization-flows/).

## Prerequisites

- Node (recommended version: LTS)
- Node package manager (npm, yarn, pnpm)

## Running the application

1. From the repository root, install the dependencies using your package manager:
```sh
# pnpm
pnpm install

# npm
npm install

# yarn
yarn install
```

2. Start the server
```sh
# pnpm
pnpm serve

# npm
npm run serve

# yarn
yarn run serve
```