Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Works in YouTrack 2018.1+, Hub 2018.1+, Upsource 2018.1+.
1. NodeJS and NPM are required
2. Run `npm install` in the project folder to install dependencies
3. Run `npm start` in the project folder to run development http server
4. Open widgets playground (/dashboard/widgets-playground) and enter your development server address.
4. Open widgets playground (/dashboard/widgets-playground) and enter your development server address. As mentioned in the YouTrack [manual](https://www.jetbrains.com/help/youtrack/standalone/test-custom-widgets.html), [ngrok](https://ngrok.com/) can simplify making the local test server available publicly over https using e.g. `ngrok http --host-header=rewrite <port>`
5. To build dist user `npm run-script build`

# Packing
Expand All @@ -19,4 +19,3 @@ Works in YouTrack 2018.1+, Hub 2018.1+, Upsource 2018.1+.
# License

The code of this widget is licensed with Apache 2.0.

Loading