You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -271,5 +271,6 @@ There are two main tools for development, mkdocs is used for viewing and buildin
| - | - |
|`python3 -m webqueue2_api start-api`| This will start a local WSGI server on [localhost:5000](http://localhost:5000) to access the API. You can interact with the API using `curl` or [Postman](https://www.postman.com/)|
|`python3 -m webqueue2_api stop-api`| Kills the runaway API process(es). |
|`mkdocs serve`| This will start a local server on [localhost:8000](http://localhost:8000) to access the API docs. As you change API documentation files in `api/documentation/docs` you'll see your changes in the browser. |
|`mkdocs build`| This will output a static bundle of the API documentation in `webqueue2-api/site` that can be put on any webserver. |