In order to allow to use Remix (https://remix.ethereum.org) as IDE you should install it: npm install -g @remix-project/remixd
and later run it as follow:
remixd -s ./contracts --remix-ide https://remix.ethereum.org > remix.log 2>&1 &
In order to allow to use Remix (https://remix.ethereum.org) as IDE you should install it: npm install -g @remix-project/remixd
and later run it as follow:
remixd -s ./contracts --remix-ide https://remix.ethereum.org > remix.log 2>&1 &