interledger / webmonetization.dev

🫷 Waitlist sign-up for web monetization

Home Page:https://webmonetization.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webmonetization.dev

This is the source code for the landing page that lives at webmonetization.dev. It is simply a sign-up form for our newsletter, and also serves as a waitlist until we have actual web monetization providers. This page is written in HTML and CSS.

Local development

  1. Clone this repo to your local computer:
    $ git clone https://github.com/interledger/webmonetization.dev.git
  2. Run a web server out of the folder you cloned the files into. If you do not have web server on your local machine, this repository comes with a very basic node-based server:
    $ node server.js
    The default port is 2000 but you can pass in any other port number you want:
    $ node server.js 5432

About

🫷 Waitlist sign-up for web monetization

https://webmonetization.dev


Languages

Language:HTML 56.2%Language:JavaScript 43.8%