GitXplorerGitXplorer
a

comments-to-miro

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
374a1a0928435d3f81f0dd5d9d23e75f26944c2b

looks like nobody uses -1

aalsuren committed 6 years ago
Unverified
ef8baab671aadf662b2d0f1c79d0c957c3131f8a

SCALE = 100

aalsuren committed 6 years ago
Unverified
c94907c2eb94ef8046d3f4b7e86e0d0fa88f880f

calculate position based on reaction counts

aalsuren committed 6 years ago
Unverified
5974265750dd0bb099c21048333576aa052976d5

switch to pr mentioned in http://smallcultfollowing.com/babysteps/blog/2019/04/22/aic-collaborative-summary-documents/

aalsuren committed 6 years ago
Unverified
b4def3795e7e8bc695abd5030c90c1cecd9281ef

count reactions (only 8 :( )

aalsuren committed 6 years ago
Unverified
611b82112b6839014572096918db398ff9200e19

FOR LOOP!

aalsuren committed 6 years ago

README

The README file for this repository.

Boilerplate project already includes:

  • TypeScript
  • Webpack
  • ReactJS
  • LESS
  • HelloWorld code

How to use:

  1. Copy plugin-boilerplate folder with new name
  2. Add new folder name in published-plugins.json
  3. Run in terminal cd plugins/yours_plugin_folder
  4. Run npm install to install dependencies
  5. Run npm run build or npm run watch to compile app
  6. Now open plugin in app
    • In first terminal run http-server in root rep folder: http-server -p 8081
    • In second terminal run ngrok for https: ngrok http 8081
    • Get https-url from ngrok and paste it in iframe url in your app settings.