It's a decentralized social networking service running on the web. It has microblogging features similar to Twitter. It uses and stores ActivityPub data by Quorum.
yarn
cd server && yarn
To run a frontend server
yarn dev
Now it's running at localhost:3000.
To run a backend server
cd server && yarn dev
Now it's running at localhost:9000.