This is with reference to cli to add project to ipfs network ,
ipfs files cp /ipfs/$(ipfs add -r -Q <local-folder>) "/<dest-name>"
I am in project root dir and am unable to figure out what destination or taget location,
As per my understanding ipfs add is hash generated for the content which can be used to publish to IPNS,