Skip to content

Boost Note is a powerful, lightspeed collaborative workspace for developer teams.

License

Notifications You must be signed in to change notification settings

project-renard-survey/BoostNote.next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uiimage

Boost Note is a powerful, lightspeed collaborative workspace for developer teams.

BoostNote.next is a renewal of the Boostnote app.

Authors & Maintainers

Community

Development

Folder structure

  • android : Android app project. Please open with Android Studio.
  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • ios : iOS app project. Please open with XCode.
  • 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.

Web app

# Install dependencies
npm i

# Run webpack and open browser
npm run dev:cloud

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

About

Boost Note is a powerful, lightspeed collaborative workspace for developer teams.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%