Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof reading for Section 8 - Privacy #1554

Merged
merged 5 commits into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
**/.DS_Store
**/.vscode
**/package-lock.json
out.html
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,16 @@ bundle exec jekyll serve --watch --force_polling

You should be able to see the page build errors in detail upon running the
command above.

### Local Development

This spec is built with [`respec`](https://respec.org/).

To develop locally, first install `respec`; then, you
can build the spec locally using the following command, run from the project's root:

```sh
respec --localhost index.html out.html --verbose -e
```

Next open up `out.html` in a web browser and review the document.
Loading