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 cepi
With bash
curl -fsSL https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.sh | sh
With powershell
iwr "https://raw.githubusercontent.com/Project-Cepi/localhost/main/install.ps1" | iex
This 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