Dynamo Dictionary development repo
Live version here: http://dictionary.dynamobim.com
- In root directory, type
npm installinto the command line.
- In root directory, type
npm run startinto the command line.
- In
data/EXAMPLES, add example files to their respective category folder. - In
data, update (or add) the example file's entry inDynamo_Nodes_Documentation.jsonto reflect its name, image file name, Dynamo file name, description, and folder path. For Revit nodes, useDynamo_Nodes_Revit.json.
- In
src/config/index.js, changeIMAGE_FALSE_AVP_TRUEtotruefor AVP sample (experimental) andfalsefor Dynamo example images (default).
-
confirm that
homepageinpackage.jsonis set tohttp://dictionary.dynamobim.com/. The developer may change this address depending on the staging environment. -
In root directory:
npm run build -
Copy files from
buildfolder and place into the root directory of the Autodesk Dynamo Dictionary repo, in the appropriatebranch.