# activitypub-testing/website

This is an open source website to render the contents of the `activitypub-testing` package for browsing on the web.

## Usage

### Serve over HTTP

start the website

```shell
npm start
```

By default, the website server will listen on TCP port 8080. So you can check it out with

```shell
open http://localhost:8080/
```

### Build HTML to File System

write the web pages to `./_site/`

```shell
npm run build
```
