Skip to content

DynamoDS/DynamoDictionary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDictionary

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

Installation

  • Node.js version 12 is required. Download the installer here (or use nvm.)
  • Run npm install from the command line in the project root directory.
  • Note that the project-lock.json file has URLs that point to an Autodesk internal NPM mirror. If you do not have access to that mirror, you will need to delete the package-lock.json before npm install will succeed.

Run the Development Server

  • Run npm start from the command line in the project root directory.
  • A browser window with the development site at http://localhost:3000 should open automatically. It may take a few seconds for the site to appear the first time.

Build the Static Deployment

  • Run npm run build from the command line in the project root directory.
  • To test serving the static files locally, run npx serve -s build.
  • Open the local static site at http://localhost:5000.

Deploying

  • Refer to internal documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 31.2%
  • Other 1.5%