- Install iSH from the App Store
- Install
curl
andnano
withapk add curl nano
- Configure iSH to use an earlier version of NodeJS with
nano /etc/apk/repositories
and editv3.14
tov3.12
on both repository links. - Install
nodejs
andnpm
withapk 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
Files
ios.md
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.