Entries is a simple, open-source Notion client built on the Tauri framework. It was created as an alternative to Notion's desktop client, which was known for its high memory consumption.
Before you begin, ensure you have the latest versions of the following installed:
To get started with Entries, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the command
yarn
to install the necessary dependencies. - To start the application in development mode, run
yarn tauri dev
. - To build the application for production, run
yarn tauri build
.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is not endorsed by or affiliated with Notion.
Entries is licensed under the GPL-2.0 license. For more information, please refer to the LICENSE file in the project repository.