Convenient way to download all Cepi extensions instantly.
With docker
docker build github.com/Project-Cepi/localhost#main -t cepi
docker run -v "$(pwd)"/server:/server cepiWith bash
curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.sh | shWith powershell
iwr "https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.ps1" | iexThis project has a lot of repositores. For shell only, there is a convenient script to download them
curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/dev.sh | sh