Notion.so Linux Desktop application
Notion.so doesn't support an official client for linux yet. This project is simply wrapping Notion.so web application with Electron.
Screenshot
Prebuild version - Debian, Ubuntu, Mint
Download .deb file and install it. DONE!
Verified Environment
- Ubuntu 16.04
- Ubuntu 18.04
- Linux Mint 19.01
Build in your local machine
Prerequisites
- Git
- Node: any 8.x version starting with 8.4.0 or greater
- Yarn: See Yarn website for installation instructions
Installation
-
Clone project
git clone https://github.com/JosephDev/notion-linux-wrapper
-
Install node packages
yarn
-
Running locally
yarn start
-
Build in your local machine
yarn build
If build successfully, deb file is avaiable under
dist/installers.
License
MIT licensed, as found in the LICENSE.md file.
