npm run setupremix # this will clone https://github.com/ethereum/remix for you and link it to remix-ide
npm install
npm install
npm run build && npm run serve
npm start
```
```
## DEVELOPING:
## DEVELOPING:
@ -47,21 +48,6 @@ Then open your `text editor` and start developing.
The browser will automatically refresh when files are saved.
The browser will automatically refresh when files are saved.
Most of the the time working with other modules (like debugger etc.) hosted in the [Remix repository](https://github.com/ethereum/remix) is not needed.
Most of the the time working with other modules (like debugger etc.) hosted in the [Remix repository](https://github.com/ethereum/remix) is not needed.
But in case changes have to be made in that repository too, the following command will help you link Remix with your local remix-ide repository: