diff --git a/README.md b/README.md index 1a14574..9a2a2af 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # awrtc_browser -npm install -npm run build +Run the following commands in the project root directory: + +* npm install +* npm run build + +Now you should have the final build in the ./build/bundle directory. You can test it using the test applications: +* ./build/callapp.html for the typescrypt example using ./build/bundle/apps.js (contains the merged source code from ./src/apps and ./src/awrtc ) +* ./build/callapp_js.html for javascript example that runs the same app but as javascript within the html file so you can easily change the code and experiment. It is using the library only bundle from ./build/bundle/awrtc.js (source code at ./src/awrtc) -After that you can try the file ./build/callapp.html for the typesript based example or ./build/callapp_js.html for javascript example. \ No newline at end of file