Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
Go to file
2021-08-06 17:49:23 +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
android Implement webview error handling for android(inactive) 2021-07-21 13:08:46 +09:00
build-utils Notarize after code signing 2020-12-21 17:19:27 +09:00
cloud-static remove images 2021-08-04 14:28:41 +09:00
docs Discard deprecated legacy boostnot url 2021-07-13 12:18:04 +09:00
ios Mobile build version 5 -> 6 2021-07-26 10:43:00 +09:00
macOs Notarize after code signing 2020-12-21 17:19:27 +09:00
mobile-static Improve sign in page 2021-07-13 12:17:59 +09:00
resources Move logo.eps to resources 2020-02-11 17:34:05 +09:00
scripts Discard cson stuff 2021-08-06 14:42:54 +09:00
src Close modal after finising or canceling migration 2021-08-06 17:49:23 +09:00
static Discard cson stuff 2021-08-06 14:42:54 +09:00
test Discard cson stuff 2021-08-06 14:42:54 +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 Discard deprecated legacy boostnot url 2021-07-13 12:18:04 +09:00
.eslintignore Add icon and favicon 2019-12-19 09:09:56 +09:00
.eslintrc Discard useRefCallback 2021-08-06 14:42:54 +09:00
.gitignore only move to thread on init 2021-06-24 11:42:11 +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
mobile.html Fix notch layout issue 2021-07-21 13:16:04 +09:00
package-lock.json 0.21.0-0 2021-08-06 14:46:49 +09:00
package.json 0.21.0-0 2021-08-06 14:46:49 +09:00
readme.md Update readme 2021-07-20 16:01:13 +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 Apply compress plugin for production build 2021-08-06 14:42:54 +09:00
webpack.config.ts Apply compress plugin for production build 2021-08-06 14:42:54 +09:00
webpack.mobile.config.ts Apply compress plugin for production build 2021-08-06 14:42:54 +09:00

uiimage

A collaborative real-time markdown note app for developer teams


BoostNote.next is a renewal of the Boostnote app.

Authors & Maintainers

Community

App

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