phuctm97 / nbundle-example

Example of a nbundle app

Home Page:https://developers.nbundle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbundle for Developers is in early access and requires an invite code to use.

Sign up for early access.


⚠️ All 1.0.x releases are alpha releases, are not stable, and may have breaking changes.


Get started

This is an nbundle-powered Notion app bootstrapped with create-notion-app.

Develop your project

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.

Ship your project

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.

Learn more

To learn more about nbundle, take a look at the following resources:

About

Example of a nbundle app

https://developers.nbundle.com

License:MIT License


Languages

Language:JavaScript 84.5%Language:Shell 15.5%