Bring Focus mode to Notion, hide all notifications & updates until you turn them on, powered by nbundle.
This is an nbundle-powered Notion app bootstrapped with create-notion-app.
To develop this app, make sure to have the following products installed:
-
Node.js 14+
-
Yarn 1.22+
-
nbundle App Store for browsers and/or desktop apps
Open your terminal, go to the project directory, and run the following command to install dependencies:
yarn install
Open your terminal, go to the project directory, and run the following command:
yarn develop --target chrome
The nbundle CLI will open Google Chrome with the app automatically loaded in development mode (hot reloading, error reporting, sourcemap, etc).
Change the --target
parameter to edge
or firefox
if you want to develop on Microsoft Edge or Firefox instead of Google Chrome.
You can edit the app by modifying app/index.jsx
. The app auto-updates as you edit the file.
Open your terminal, go to your project directory, and run the following command:
yarn ship
The nbundle CLI will ask you to log into your nbundle for Developers account if you haven't already, then build & publish the app to all supported platforms. Depending on the target platform, the app may be pending for review & approval.
To learn more about nbundle and nbundle for Developers, take a look at the following resources:
-
nbundle App Store - get the App Store to see how Notion users discover and use apps.
-
nbundle Documentation - learn about nbundle features, architecture, and APIs.
-
nbundle API Reference - see a complete reference of the nbundle APIs.