Skip to content

interledger/web-monetization-flows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Monetization Flows

Repository for the web monetization flows specification. View the specification.

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:
# pnpm
pnpm install

# npm
npm install

# yarn
yarn install
  1. Start the server
# pnpm
pnpm serve

# npm
npm run serve

# yarn
yarn run serve