This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-ui.git
The following commit(s) were added to refs/heads/master by this push:
new ce9b05a modify the readme.
ce9b05a is described below
commit ce9b05a349df829e6cafacda930a7cea0e794f7d
Author: Akayeshmantha <[email protected]>
AuthorDate: Thu Mar 5 22:31:14 2020 +0100
modify the readme.
---
README.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a3d1ac2..8274bb2 100644
--- a/README.md
+++ b/README.md
@@ -15,13 +15,16 @@
- [TypeScript](https://www.typescriptlang.org/)
- [Angular CLI](https://cli.angular.io/)
+## Install dependencies
+
+ - Run `yarn install`
## Prepare (Run only once)
- Run `ng set --global packageManager=yarn` - configures Angular CLI to use
Yarn
- Run `yarn` - initializes dependencies
-## Build
+## Build and minifies for the production
- Run `yarn build`
- See `dist/web-app` folder for build results
@@ -31,3 +34,12 @@
- Run `yarn start`
- Open browser at [http://localhost:4200](http://localhost:4200)
+
+
+## Browsers support
+
+Modern browsers and Internet Explorer 10+.
+
+| [<img
src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png"
alt="IE / Edge" width="24px" height="24px"
/>](http://godban.github.io/browsers-support-badges/)</br>IE / Edge | [<img
src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png"
alt="Firefox" width="24px" height="24px"
/>](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img
src="https://raw.githubusercontent.com/alrra/browser-logos/mas [...]
+| --------- | --------- | --------- | --------- |
+| IE 9-11, Edge| last 2 versions| last 2 versions| last 2 versions
\ No newline at end of file