Skip to content

hharzer/BoostNote.next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,372 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uiimage

A Polished Notes App with Github Flavored Markdown

for macOS, Windows, Linux, iOS and Android

BoostNote.next is a renewal of Boostnote app.

Latest releases

Roadmap

  • 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)

Authors & Maintainers

Community

Developmenet

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

Don't forget to create a file named .env in the root of the project directory, or the build will fail.

Web app

# Install deps
npm i

# Run webpack and open browser
npm run dev

Electron app

# Install deps
npm i

# Run webpack
npm run dev:webpack

# Run electron(You have to open another terminal to run this)
npm run dev:electron

Mobile app

TBA

License

GPL-3.0 © 2020 BoostIO

About

An intuitive and stylish markdown note app for the developers.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.7%
  • Swift 1.2%
  • Other 1.1%