Documentation site for all things OpenSensorHub!
Clone the repository and install dependencies:
git clone https://github.com/opensensorhub/osh-docs.git
cd osh-docs
npm installAlternatively you can use bun or yarn if preferred.
To start the local development server:
npm startOther options:
yarn start
bun startTo generate a production build:
npm buildOther options:
yarn build
bun build