Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 541 Bytes

File metadata and controls

46 lines (31 loc) · 541 Bytes

OpenSensorHub Docs

Documentation site for all things OpenSensorHub!


Installation

Clone the repository and install dependencies:

git clone https://github.com/opensensorhub/osh-docs.git
cd osh-docs
npm install

Alternatively you can use bun or yarn if preferred.

Development

To start the local development server:

npm start

Other options:

yarn start
bun start

Building

To generate a production build:

npm build

Other options:

yarn build
bun build