Skip to content

Commit 9c37390

Browse files
committed
1 parent 3348a42 commit 9c37390

File tree

5 files changed

+5960
-6387
lines changed

5 files changed

+5960
-6387
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,21 @@ g.Draw();
125125
* From external files (including experimental support for MS Project XML files)
126126
* From JavaScript Strings
127127
* Support for Internationalization
128+
* Chinese (cn)
129+
* Czech (cs)
130+
* Dutch (Standard)
131+
* selected>English (en)
132+
* French (fr)
133+
* German (de)
134+
* Hungarian (hu)
135+
* Indonesian (id)
136+
* Italian (it)
137+
* Japanese (ja)
138+
* Portuguese (pt)
139+
* Russian (ru)
140+
* Spanish (es)
141+
* Swedish (sv)
142+
* Turkish (tr)
128143

129144
## Documentation
130145

@@ -139,14 +154,21 @@ Its easy to get it set:
139154

140155
* Clone this repo
141156
* Install lib dependencies: `npm i`
142-
* Install global dependencies: `npm i -g browserify nodemon onchange tsc`
143-
* Run the demo, This will start a `localhost:8080` with a live example: `npm start`.
157+
* Install global dependencies: `npm i -g browserify nodemon onchange tsc`
158+
* Compile final js to be used on demo: `npm run dist`
159+
* Run the demo with a live example: `npm start`.
144160
* You can check the demo gantt that we use for testing features at: `http://127.0.0.1:8080/docs/demo.html`
145161
* Use `npm run watch` or do your change in `src` and restart this command refresh the changes.
146162

147163
For testing:
148164
* Install global dependencies: `npm i -g webdriver-manager`
149165
* Install selenium webdriver: `npm run webdriver`, it will install something like node_modules/webdriver-manager/selenium/chromedriver_88.0.4324.96.zip
166+
167+
node node_modules/protractor/bin/webdriver-manager update
168+
apt install chromium
169+
170+
apt install chromium-bsu
171+
150172
* Use `npm run test` with e2e tests.
151173
* Or use `npm run watch:test` to keep watching the tests
152174

0 commit comments

Comments
 (0)