Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pedily authored May 20, 2019
1 parent be1d934 commit 7191fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It is divided into multiple sub-projects

## Building the Webchat
To build the webchat, you will need an installed version of `Node.js`.
Clone this repository, then run `npm i` and `npm run bundle` within the root folder to install dependencies and create bundles.
Clone this repository, then run `npm i` and `npm run bundle` within the root folder to install dependencies and create bundle files in `dist/`.

## Development
For development, you may use `npm run dev`, which will spawn a http-server on port 8080 that features the webchat in the current form from the source code. On updating source files, it will reload automatically to ease up the development process.
Expand Down

0 comments on commit 7191fd9

Please sign in to comment.