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