This is a proof of concept. Moderation is limited. Do not post offensive stuff or break the law! Developers are not resposible for whatever you do with this project!
Decensored is a decentralized social media protocol. It is currently a working proof-of-concept. The Decensored smart contracts can be found at https://github.com/decensored/contracts
git clone https://github.com/decensored/app
cd decensored/app
npm install
Descencored in a Docker container? We've got you covered!
Use the VSCode "Remote containers" extension that will setup a working development enironment for you.
From the terminal inside of VSCode you will see a prompt with node ➜ /workspaces/app
... here you can do npm run dev
First, run the development server:
npm run dev
# or
yarn dev