The installation is pretty straightforward. Run the following commands to update the package index and install Node.js and npm:
sudo apt update
sudo apt install nodejs npm
Once done, verify the installation by running:
nodejs --version
npm i
npm run build
After that, Must open the build file to be automatically generated to copy and save all to folder wwwroot of project Aura.IDE.SmartContractCompiler
Finally, Open project Aura.IDE.SmartContractCompiler and run application by command:
dotnet run
MIT License.