Live version here: https://dictionary.dynamobim.com
- 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 thepackage-lock.json
beforenpm install
will succeed.
- 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.
- 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.
- Refer to internal documentation.