Skip to content

Commit

Permalink
Update README.md (#26)
Browse files Browse the repository at this point in the history
Make clear Node 8 is required and provide help for common caveats.
  • Loading branch information
mmisol authored Jul 23, 2020
1 parent 2fbf20f commit 3366ab0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ 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`.

## 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.
- 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```

Expand Down

0 comments on commit 3366ab0

Please sign in to comment.