Dynamo Dictionary development repo
Live version here: http://dictionary.dynamobim.com
- In root directory, type
npm install
into the command line.
- In root directory, type
npm run start
into the command line.
- In
src/config/index.js
, changeIMAGE_FALSE_AVP_TRUE
totrue
for AVP sample (experimental) andfalse
for Dynamo example images (default).
-
confirm that
homepage
inpackage.json
is 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
build
folder and place into the root directory of the Autodesk Dynamo Dictionary repo, in the appropriatebranch
.