Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 521 Bytes

readme.md

File metadata and controls

31 lines (19 loc) · 521 Bytes

Light Timeline

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.

Installing

yarn

cd server && yarn

Frontend server

To run a frontend server

yarn dev

Now it's running at localhost:3000.

Backend server

To run a backend server

cd server && yarn dev

Now it's running at localhost:9000.