GitXplorerGitXplorer
a

comments-to-miro

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5332284f387af080505ab57d9f79412c4dee496a

board/widgets duck now accepts github comments :(

aalsuren committed 6 years ago
Unverified
f976e16c1164dd0143d94fa6964dd8fdda27ecc3

pluralise

aalsuren committed 6 years ago
Unverified
ae9a4dbbbee251f3844edbb12572fad19e0ce2e5

apparently it's called a STICKER

aalsuren committed 6 years ago
Unverified
cfd247fb790606f46dcd7d4a1ae010a409b9ff8d

try lowercase

aalsuren committed 6 years ago
Unverified
a7d79b6262781c01615968af25aa8238a5e59b9c

make stickies; record when done properly

aalsuren committed 6 years ago
Unverified
a351b2469aaf90c408d64caa82da4fc0674acb78

sync one comment to sticky

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.