Dynamo Dictionary development repo
Live version here: http://dictionary.dynamobim.com
- Version 8 of Node is required. Later versions of Node are known to cause installation problems.
- In root directory, type
npm installinto the command line. - If you find that the command hangs, feel free to use
yarninstead ofnpm. - In public directory,
run bower install mocha,bower install requirejsandbower install blanket. Make sure Bower package manager is already installed.These dependencies will be downloaded into a new folder 'bower_components'.
- In root directory, type
npm run startinto the command line.
-
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.