Is your feature request related to a problem? Please describe.
I am trying to figure out how morphir works, and I stumbled upon morphir-dapr. I see no installation instructions, so I'm left on my own devices. Noticing a package.json, I assume it's using node and try some npm commands.
$ npm run build
...
> del dist
sh: 1: del: not found
...tweak package.json, replace del with rm -rf, and try again:
$ npm run build
...more stuff this time...
sh: 1: ncc: not found
I've never heard of ncc, google doesn't help; I give up.
Describe the solution you'd like
Most open source projects include building instructions in their README, as well as system requirements.
Describe alternatives you've considered
For now I'll try and compile the examples without using morphir-dapr.
Additional context
I'm using a recent Ubuntu Linux.
Is your feature request related to a problem? Please describe.
I am trying to figure out how morphir works, and I stumbled upon morphir-dapr. I see no installation instructions, so I'm left on my own devices. Noticing a
package.json, I assume it's using node and try somenpmcommands....tweak
package.json, replacedelwithrm -rf, and try again:I've never heard of
ncc, google doesn't help; I give up.Describe the solution you'd like
Most open source projects include building instructions in their README, as well as system requirements.
Describe alternatives you've considered
For now I'll try and compile the examples without using morphir-dapr.
Additional context
I'm using a recent Ubuntu Linux.