Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
Go to file
2021-02-17 12:41:50 +09:00
.storybook Initiate BoostNote storybook (#702) 2020-12-07 06:50:34 +09:00
android Bump version of android app to v0.4.1 2020-04-26 17:37:44 +09:00
build-utils Notarize after code signing 2020-12-21 17:19:27 +09:00
cloud-static Cloud - Guest 2021-02-14 09:30:44 +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
homepage Discard next.js base components 2021-02-04 21:21:20 +09:00
ios Update iOS project meta data 2020-06-06 14:48:45 +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 Add CSON parser and stringifier 2020-08-24 19:01:01 +09:00
src handle collaboration connection in router 2021-02-17 12:41:50 +09:00
static Add openInBrowser method to boosthub-preload and expose it 2021-02-15 03:15:55 +09:00
typings Fix building script for cloud workspace app 2021-02-11 17:00:02 +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 Fix building script for cloud workspace app 2021-02-11 17:00:02 +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
.travis.yml Bump node version of CI 2020-11-02 08:54:52 +09:00
android.html Configure webpack settings for ios 2020-02-11 17:34:05 +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
ios.html Configure webpack settings for ios 2020-02-11 17:34:05 +09:00
ISSUE_TEMPLATE.md Improve issue template 2020-02-24 20:46:29 +01:00
jest.json Replace babel-jest with ts-jest 2020-11-03 11:35:26 +09:00
LICENSE.md Fix copiright 2020-07-18 14:36:44 +09:00
mobile-dev.html Add mobile-dev.html 2020-03-24 13:49:11 +09:00
package-lock.json Downgrade pako to fix plantUML plugin 2021-02-15 12:30:14 +09:00
package.json Downgrade pako to fix plantUML plugin 2021-02-15 12:30:14 +09:00
readme.md readme fix 2021-02-14 09:30:44 +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 Simplify building for cloud space 2021-02-12 19:53:41 +09:00
webpack.config.ts Stop bundling external css files 2021-01-03 10:25:55 +09:00
webpack.mobile.config.ts Disable type checking while webpack compiling 2020-04-26 15:49:03 +09:00

Boost Note for Teams

We've developed a collaborative workspace app called "Boost Hub" for developer teams.

It's customizable and easy to optimize for your team like lego blocks and even lets you edit documents together in real-time!

uiimage

A Polished Notes App with GitHub Flavored Markdown

for macOS, Windows, Linux, iOS, and Android

BoostNote.next is a renewal of the Boostnote app.

Latest releases

Roadmap

Boost Note Roadmap 2020

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.

Mobile app

License

GPL-3.0 © 2020 BoostIO