mirror of
https://github.com/danog/code-server.git
synced 2024-11-26 20:34:56 +01:00
541 B
541 B
Using code-server on iOS with iSH
- 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