Skip to content

BIDMCDigitalPsychiatry/LAMP-platform

Repository files navigation

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'