Skip to content

opentransportmanager/otm-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otm-docs

Documentation for the OpenTransportManager project

https://opentransportmanager.github.io/otm-docs/

Running locally

Install dependencies

npm install

Build and watch for changes

npm run docs:dev

Build for production

npm run docs:build