Notion.so doesn't support an official client for linux yet. This project is simply wrapping Notion.so web application with Electron.
Download .deb file and install it. DONE! 🎉 🎊
- Ubuntu 16.04
- Ubuntu 18.04
- Linux Mint 19.01
- Git
- Node: any 8.x version starting with 8.4.0 or greater
- Yarn: See Yarn website for installation instructions
-
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
.
MIT licensed, as found in the LICENSE.md file.