BoostNote.next-local
BoostNote.next-local copied to clipboard
Boost Note next local spaces is lightspeed workspace for developers
Boost Note Local
Standalone app separated from Boost Note for better local space support. See Roadmap.
Boost Note
If you want a collaborative app, please try Boost Note.(https://github.com/BoostIO/BoostNote-App)
A collaborative real-time markdown note app for developer teams
Support Platform
Authors & Maintainers
Community
Development
Folder structure
-
dist
: Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this bynpm run prepack
,npm run pack
, andnpm run release
scripts. -
compiled
: Compiled web app resources fromnpm run build
script. The resources are for deploying the web app. -
electron
: Compiled electron resources fromnpm run build:electron
script. You can run it bynpm start
script. The resources are for packaging the electron app. -
src
: Source code.
Build
Please copy .env.default
file and create a file named .env
in the root of the project directory, or the build will fail.
Electron app
# Install dependencies
npm i
# Run webpack
npm run dev:webpack
# Run electron (You have to open another terminal to run this)
npm run dev:electron
For Windows users, If
npm run dev:electron
doesn't spawn an electron window, please try again after removing%APPDATA%\electron
directory.
License
GPL-3.0 © 2016 - 2021 BoostIO