Skip to content

reddyashish/DynamoDictionary_React

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDictionary

Dynamo Dictionary development repo

Live version here: http://dictionary.dynamobim.com

Installation

  • Version 8 of Node is required. Later versions of Node are known to cause installation problems.
  • In root directory, type npm install into the command line.
  • If you find that the command hangs, feel free to use yarn instead of npm.
  • In public directory, run bower install mocha, bower install requirejs and bower install blanket. Make sure Bower package manager is already installed.These dependencies will be downloaded into a new folder 'bower_components'.

Run in Development Mode

  • In root directory, type npm run start into the command line.

Deploy to Autodesk

  • Confirm that homepage in package.json is set to http://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 appropriate branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.5%
  • CoffeeScript 27.3%
  • CSS 17.3%
  • HTML 0.9%