1.0.1 • Published 4 years ago

lonero-ide v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Lonero IDE

npm install lonero-ide

This is the official IDE for Lonero. In order to start, make sure you have yarn installed and NVM as well as Node version 10.
Run the following:

$ nvm install 10
$ nvm use 10
$ yarn theia start

In order to shut down, run: kill $(lsof -t -i:3000)
The default port this uses is 3000.