nbundle for Developers is in early access and requires an invite code to use.
1.0.x
releases are alpha
releases, are not stable, and may have breaking changes.
This is an nbundle-powered Notion app bootstrapped with create-notion-app.
Open your terminal, go to your project directory, and run the following command:
yarn develop --target chrome
The nbundle CLI will automatically start a development server to build & serve your app, it will also open the browser with your app automatically loaded for development with hot-reloading and sourcemaps support.
Change the --target
parameter to edge
or firefox
if you want to use Microsoft Edge or Firefox instead of Chrome.
You can edit the app by modifying app/index.jsx
. The app auto-updates as you edit the file.
yarn ship
This will ask you to log into your nbundle Developer account if you haven't already, then build & publish your project to the platforms you've configured. Depending on the target platform, your project may be pending for review & approval.
To learn more about nbundle, 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.