This page excerpts the README of activitypub-testing/website.
Find the entirety of the source code in the repository.
activitypub-testing/website
This is an open source website to render the contents of the
activitypub-testingpackage for browsing on the web.Usage
Serve over HTTP
start the website
npm startBy default, the website server will listen on TCP port 8080. So you can check it out with
open http://localhost:8080/Build HTML to File System
write the web pages to
./_site/npm run build