...
Run yarn install
...
4. Change Domain Name
Default The default domain name is localhost
a. Instruction to change the domain name
Step 1: Open terminal and Type type sudo nano /etc/hosts and press Return
...
Step 2: Enter the domain name: 127.0.0.1 local.i-on.net
Step 3: Save the file by pressing Ctrl + O and press Return
Step 4: Exit with Ctrl + X
Step 5: Next, run yarn run loc
Url: http://local.i-on.net:3000/account/admin/SignIn
...
III. Environment and Prerequisites of FrontBuilder Editor
...
...
IV. Update library on package.json
...