cattaz
1.0.0

Cattaz是一種實時協作工具,可以在Wiki頁面中運行自定義應用程序。
安裝節點14和紗線。
yarn install
yarn start現在,您可以訪問http://localhost:8080/查看應用程序。
docker build . -t cattaz # --build-arg http_proxy=http://user:[email protected]:8080 --build-arg https_proxy=http://user:[email protected]:8080
docker run -it -p 8080:8080 cattaz現在,您可以訪問http://localhost:8080/查看應用程序。
# export http_proxy=http://user:[email protected]:8080
# export https_proxy=http://user:[email protected]:8080
docker-compose up現在,您可以訪問http://localhost:8080/查看應用程序。
http://cattaz.io/已終止