Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

notion_linux_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

  1. Git
  2. Node: any 8.x version starting with 8.4.0 or greater
  3. Yarn: See Yarn website for installation instructions

Installation

  1. Clone project

    git clone https://github.com/JosephDev/notion-linux-wrapper
  2. Install node packages

    yarn
  3. Running locally

    yarn start
  4. 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.

You can’t perform that action at this time.