A Linux-like terminal simulator written in Runtime Script
https://yjlo123.github.io/moon/
mac/linux: /etc/hosts
win: C:\Windows\System32\drivers\etc
127.0.0.1 local.siwei.dev
# mac
brew install mkcert
# win
choco install mkcert
# ubuntu
apt install mkcert
apt install libnss3-tools
mkcert -install
mkcert local.siwei.dev
move certificate and key files to <project_path>/localcert/
node server.mjs
Note: GUI is not maintained.
- Right click on the VM app, select
Show Package Contents
- Go to
Contents/MacOS/src
- Replace the
program.runtime
file with the downloaded source file. (File name should not be changed) - Restart the VM app
- Create a folder
src
in the same directory as the VM program - Put the downloaded source file in the
src
folder - Restart the VM program