Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
Go to file
Junyoung Choi 449a625f21 Fix test
2021-05-04 16:25:42 +09:00
.github/workflows Create node.js.yml 2021-03-09 10:42:48 +09:00
.storybook Initiate BoostNote storybook (#702) 2020-12-07 06:50:34 +09:00
build-utils Notarize after code signing 2020-12-21 17:19:27 +09:00
cloud-static Switch Images 2021-02-19 15:23:12 +09:00
docs Simplify building for cloud space 2021-02-12 19:53:41 +09:00
electron Rename app directory to electron 2020-04-09 19:05:25 +09:00
macOs Notarize after code signing 2020-12-21 17:19:27 +09:00
resources Move logo.eps to resources 2020-02-11 17:34:05 +09:00
scripts Fix svg attachment issue 2021-03-19 16:25:10 +09:00
src Fix bug with preferences keymaps not loading when not in local storage 2021-05-04 16:25:42 +09:00
static Fix electron only API calls 2021-04-29 15:34:49 +09:00
test Fix test 2021-05-04 16:25:42 +09:00
typings sidebar nav tmp 2021-04-21 17:25:10 +09:00
.babelrc Initiate BoostNote storybook (#702) 2020-12-07 06:50:34 +09:00
.env.default Fix grammar and add a new line 2020-11-29 09:29:44 +09:00
.eslintignore Add icon and favicon 2019-12-19 09:09:56 +09:00
.eslintrc export button fix 2019-12-12 17:53:35 +09:00
.gitignore git ignore 2021-04-21 17:25:10 +09:00
.prettierignore Format all src 2020-01-19 11:30:40 -05:00
.prettierrc Apply jsxSingleQuote true 2019-01-29 17:21:19 +09:00
cloud.html Fix favicon for cloud space 2021-03-30 10:03:53 +09:00
CODE_OF_CONDUCT.md Clean documents 2018-07-17 17:34:34 +09:00
CONTRIBUTING.md Code styling (#359) 2020-04-02 13:55:34 +09:00
index.html Extract main-preload script 2020-11-18 17:22:45 +09:00
ISSUE_TEMPLATE.md Improve issue template 2020-02-24 20:46:29 +01:00
jest.json Fix test 2021-05-04 16:25:42 +09:00
LICENSE.md Fix copiright 2020-07-18 14:36:44 +09:00
package-lock.json Add local search component 2021-05-04 16:25:42 +09:00
package.json Add local search component 2021-05-04 16:25:42 +09:00
readme.md Changed to .jpg 2021-04-19 20:45:58 +09:00
tsconfig-webpack.json Fix building script for cloud workspace app 2021-02-11 17:00:02 +09:00
tsconfig.json Fix target and lib again 2020-11-03 11:35:26 +09:00
vercel.json Update vercel config 2021-02-12 19:53:41 +09:00
webpack.cloud.config.ts Fix favicon for cloud space 2021-03-30 10:03:53 +09:00
webpack.config.ts Improve export consistency between HTML and PDF types 2021-03-20 13:46:13 +09:00

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