Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btcpayserver/directory.btcpayserver.org
BTCPay Server Directory - Merchants, Projects & Charities accepting Bitcoin
https://github.com/btcpayserver/directory.btcpayserver.org
btcpayserver
Last synced: 3 days ago
JSON representation
BTCPay Server Directory - Merchants, Projects & Charities accepting Bitcoin
- Host: GitHub
- URL: https://github.com/btcpayserver/directory.btcpayserver.org
- Owner: btcpayserver
- License: mit
- Created: 2020-03-23T09:35:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T10:42:44.000Z (about 2 months ago)
- Last Synced: 2024-12-11T12:12:04.666Z (11 days ago)
- Topics: btcpayserver
- Language: JavaScript
- Homepage: https://directory.btcpayserver.org/
- Size: 5.62 MB
- Stars: 32
- Watchers: 6
- Forks: 28
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BTCPay Server Directory
BTCPay Server Directory is a place for merchants, projects and charities to showcase their store, websites or advertise their cause. If you're using BTCPay Server, feel free to add your website.
![Node CI](https://github.com/btcpayserver/directory.btcpayserver.org/workflows/Node%20CI/badge.svg)
## How to submit an entry?
**Submit entry only if you're using BTCPay Server to accept payments, we evaluate all submissions prior to adding**)
There are two ways to get your submission added to the directory:
1. If you have some basic GitHub knowledge, you can fork this repository, modify the [List.js](https://github.com/btcpayserver/directory.btcpayserver.org/blob/master/src/components/Directory/List.js) and do a pull request.
2. You can request someone else to add your submission by filling out the form on [this link](https://directory.btcpayserver.org/newentry) (GitHub account required). Alternatively, you can open an issue in the repository (please do not ignore the issue template).## How to build the directory locally?
In order to build the website locally, you'll need [Node.js](https://nodejs.org/) >= 12.16 (or basically the latest LTS version).
The setup is straight forward:
```bash
# Install dependencies
npm install# Serve locally (by default on port 3000)
npm start
```