Create Contributors guide.
kriyanshii opened this issue · comments
Kriyanshi Shah commented
I am having issues setting up the development environment for frontend of the mercury.
Piotr commented
For the frontend I'm using Node 14.17.0
, the first step is to install packages yarn install
and then run yarn start
.
The backend I run with command python mercury.py run
from mercury
directory.
Please let me know if it is working for you.