The website which makes up the IoT App Kit Visualizations documentation, as seen in https://synchrocharts.com.
Run the following commands:
-
yarn install
-
yarn build
-
yarn start
-
Open your browser at
localhost:6060
to see a local instance of the documentation site.
In the project directory, you can run:
-
yarn start
will start up a server at
localhost:6060
where you can interact with the documentation site. -
yarn build
Builds documentation site, and copies over the build site to the root directory
docs
for usage by GitHub pages -
yarn clean
Cleans up artifacts as well as the generated
docs
in the root directory.