npx x3-install-compiler
- Clone the repository to the C:\ drive.
- Copy .env.example to .env and change the values of X3_PATH and X3_URL in the .env file. X3_PATH should be the parent folder of folders and runtime
- Change username and password. This should match the data from the vscode config json.
- open command line and run
npm install
- run
npm install -g pm2
- start the server
pm2 start app.config.js
. You have to start it if you reboot your server - Install the vscode extension: https://marketplace.visualstudio.com/items?itemName=akmyradovme.sagex3-adonix-compiler
Enjoy!