Notion Desktop is a cross-platform desktop application that allows you to use Notion directly on your computer, making it easier to chat with friends and family while working.
sudo snap install socialdon- Clone the repository:
git clone https://github.com/forgexfoundation/socialdon.git
cd socialdon- Install dependencies: Ensure that you have all the necessary dependencies installed.
npm instal- Start the application:
npm start- Build the application: Run the following command to create a Snap package of the application.
npm run dist- Change to the dist directory: Navigate to the dist directory where the Snap package is located.
cd dist- Install the Snap package: Use the following command to install the Snap package. The
--dangerousflag allows the installation of locally built packages.
sudo snap install --dangerous ./socialdon_1.0.3_amd64.snapRemove the Snap package: To uninstall the Notion Desktop application, run the following command:
sudo snap remove socialdonAfter installation, open Notion Desktop using:
socialdonContributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Electron - Framework used to build the application.

