Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.52 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.52 KB

LAMP Platform

Frontend Backend Native Core Data Science Programming Libraries
Dashboard API Server iOS Cortex R
Activities App Gateway Android CollegeStudy JS
Python
Swift
Kotlin

Editing Documentation

To edit and test documentation locally after cloning the repository, run npm start.

Updating OpenAPI documentation

The LAMP-protocol repository houses the OpenAPI specification for the LAMP Protocol. To update the interactive documentation, you need to update the git submodule:

git checkout https://github.com/BIDMCDigitalPsychiatry/LAMP-platform.git
git pull --recurse-submodules
git submodule update --remote --recursive
git commit -am 'Fast-forward LAMP-protocol submodule'