Skip to content

Commit

Permalink
added way of running the docs locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ollym committed Feb 3, 2020
1 parent 08950b2 commit 23393f6
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Independent Connectivity Forum

This project includes an independently-developed API specification for facilitating communcation between partners, SLA guidelines, as well as templates and validation tools for implementing the API.
This project includes an independently-developed API specification for facilitating communication between partners, SLA guidelines, as well as templates and validation tools for implementing the API.

To run the documentation locally, clone the repository and run `npm start`.

## API Structure

Expand Down
192 changes: 192 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"dependencies": {
"http-server": "^0.12.1"
},
"scripts": {
"start": "http-server ./docs -o"
}
}

0 comments on commit 23393f6

Please sign in to comment.