This repository contains:
- a JavaScript library which implements an RDAP validator;
- a CLI tool that uses the library;
- a single-page web application which provides a web frontend.
Once you've checked out this repository, run npm i
to install its dependencies.
Then you can run bin/rdap-validator --help
.
Build a Docker image using docker buildx build -t rdap-validator .
.
Then run the docker image using docker run --rm rdap-validator --help
.
The web frontend is built using Jekyll. Built it using jekyll build
. You can
run a simple local webserver using jekyll serve
.