iOS
- Install iSH from the App Store
- Install
curlandnanowithapk add curl nano - Configure iSH to use an earlier version of NodeJS with
nano /etc/apk/repositoriesand editv3.14tov3.12on both repository links. - Install
nodejsandnpmwithapk add nodejs npm - Install code-server with
curl -fsSL https://code-server.dev/install.sh | sh - Run code-server with
code-server - Access on localhost:8080 in your browser


