BoostNote.next is a renewal of Boostnote app.
- Web app (note.boostio.co)
- Desktop app (macOS, Windows, Linux)
- iOS app in App Store
- Android app in Play Store
- Browser app (Dec 2019)
- Desktop app(Windows, mac and Linux) (Dec 2019)
- Cloud storage (Dec 2019)
- Mobile app(Android and iOS) (Feb 2020)
- File system based storage (June 2020)
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 bynpm run prepack,npm run packandnpm run releasescripts.compiled: Compiled web app resources fromnpm run buildscript. The resources are for deploying the web app.electron: Compiled electron resources fromnpm run build:electronscript. You can run it bynpm startscript. The resources are for packaging the electron app.ios: iOS app project. Please open with XCode.src: Source code.
Don't forget to create a file named .env in the root of the project directory, or the build will fail.
# Install deps
npm i
# Run webpack and open browser
npm run dev# Install deps
npm i
# Run webpack
npm run dev:webpack
# Run electron(You have to open another terminal to run this)
npm run dev:electronTBA