https://github.com/interledger/webmonetization.dev
🫷 Waitlist sign-up for web monetization
https://github.com/interledger/webmonetization.dev
hacktoberfest
Last synced: 4 months ago
JSON representation
🫷 Waitlist sign-up for web monetization
- Host: GitHub
- URL: https://github.com/interledger/webmonetization.dev
- Owner: interledger
- Created: 2022-02-02T19:57:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T10:27:10.000Z (over 2 years ago)
- Last Synced: 2024-12-27T11:44:10.551Z (over 1 year ago)
- Topics: hacktoberfest
- Language: HTML
- Homepage: https://webmonetization.dev
- Size: 581 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```shell
$ 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:
```shell
$ node server.js
```
The default port is `2000` but you can pass in any other port number you want:
```shell
$ node server.js 5432
```