Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ $ npm install

## Local development

**Prerequisite**: To build the site locally, you must first check out the JavaScript library in a sibling directory and build the API docs there. In the parent directory of `opensource.contentauth.org`, enter these commands:

```
$ git clone [email protected]:contentauth/c2pa-js.git
$ cd opensource.contentauth.org
$ npm run docs:generate-api-docs
```

Then you can build and run the doc site with this command:

```
$ npm start
```
Expand Down
Loading