Skip to content

Instantly share code, notes, and snippets.

@kannkyo
Created March 8, 2019 12:15
Show Gist options
  • Save kannkyo/16f6b7f38b3401b61cd62791751fb0a0 to your computer and use it in GitHub Desktop.
Save kannkyo/16f6b7f38b3401b61cd62791751fb0a0 to your computer and use it in GitHub Desktop.
script to start draw.io
#!/bin/bash
pushd drawio-desktop
NODE_ENV=development
npm start
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment