severo / tip_by_domain_renewal

https://rednegra.net/payetondomaine/
2 stars 1 forks source link

README

This small software is used to generate the website https://rednegra.net/payetondomaine/.

INSTALL

If you're interested in supporting another list of domains, feel free to do it with this software, it's licenced under GNU GPL3.

First install the dependencies:

git clone git@github.com:severo/tip_by_domain_renewal.git
cd tip_by_domain_renewal
npm install

Update the domains list:

vi src/domains.json

Generate public/index.html (note that it takes at least 1 minute per domain, in order to be kind with Gandi Whois server, so be prepared to wait):

npm run build

Serve public/index.html.