9 lines
No EOL
510 B
Markdown
9 lines
No EOL
510 B
Markdown
# Developer Guidance
|
|
|
|
This site provides information that is useful for developing the OpenFlexure Microscope.
|
|
|
|
### Viewing and Modifying Locally
|
|
|
|
If you want to view these documents in your machine (very useful when editing them). You will need to serve the `apidocs` directory. Navigate to the `apidocs` directory and run `python -m http.server`.
|
|
|
|
All developer guidance documentation is written in markdown and then displayed with Docsify. More information on Docsify can be found at https://docsify.js.org. |