📄️ Create New Powerhouse Project
- Powerhouse CLI installed: pnpm install -g ph-cmd
📄️ Define the chatroom document model
In this tutorial, you will learn how to design your document model and export it to be later used in your Powerhouse project.
📄️ Implement Operation Reducers
In this section, we will implement and test the operation reducers for the ChatRoom document model. In order to do this, you have to export the document model from the Connect application and import it into your powerhouse project directory.
📄️ Implement Chatroom Editor
In this section you will implement the Chatroom document model editor. This means you will create a simple user interface for the Chatroom document model which will be used inside the Connect app to visualise our chatroom, send messages and emoji reactions.
📄️ Launch a local Reactor
Now we'll create a local Reactor instance to simulate the behaviour of the chatroom synchronising messages between two nodes or users in the network.