Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 381 Bytes

File metadata and controls

16 lines (11 loc) · 381 Bytes

libamtrack web documentation

This repository hosts source code of the libamtrack documentation available at libamtrack.github.io

To install run:

yarn install

To serve the documentation locally run:

yarn run start

This will start a local server at http://localhost:3000 and watch for changes in the documentation files.