This repository contains the documentation files for Evothings Studio.
The documentation is available for browsing online at the Evothings documentation web site.
JSDoc is used to build documentation for JavaScript libraries. Here are instructions for how to build if you want to do this yourself.
Library source files used are found in repository evothings-libraries.
The 'evothings-libraries' repo must be in a sibling folder of this repo for the build script to work. Like this:
parent-folder
evothings-doc
evothings-libraries
Build using npm (Node Package Manager):
npm install
npm start
The output folder that contains the generated documentation is:
lib-doc/
This folder is under version control for convince.
Download Evothings Studio and get up and running in minutes!