Update
Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
frontend
技术架构:
#Vue3 + node.js + elementPlus + vite + typescript + yarn
部署流程:
确保安装了yarn,如果没有全局安装yarn:
#npm install -g yarn
安装依赖
#yarn install
运行
#yarn dev