# BoostNote.next
**Repository Path**: zdiskless/BoostNote.next
## Basic Information
- **Project Name**: BoostNote.next
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-01-09
- **Last Updated**: 2024-11-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> ### [Boost Note for Teams](https://boosthub.io/)
>
> 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!

[https://boostnote.io/](https://boostnote.io/)

A Polished Notes App with GitHub Flavored Markdown
for macOS, Windows, Linux, iOS, and Android
BoostNote.next is a renewal of the [Boostnote app](https://github.com/BoostIO/Boostnote).
## Latest releases
- [Web app (note.boostio.co)](https://note.boostio.co)
- [Desktop app (macOS, Windows, Linux)](https://github.com/BoostIO/BoostNote.next/releases/latest)
- [iOS app in the App Store](https://apps.apple.com/us/app/boostnote-mobile/id1498182749)
- [Android app in Play Store](https://play.google.com/store/apps/details?id=com.boostio.boostnote)
## Roadmap
[Boost Note Roadmap 2020](https://github.com/BoostIO/BoostNote.next/projects/3)
## Authors & Maintainers
- [Rokt33r](https://github.com/rokt33r)
- [ZeroX-DG](https://github.com/ZeroX-DG)
- [Flexo](https://github.com/Flexo013)
## Community
- [Facebook Group](https://www.facebook.com/groups/boostnote/)
- [Twitter](https://twitter.com/boostnoteapp)
- [Slack Group](https://join.slack.com/t/boostnote-group/shared_invite/zt-cun7pas3-WwkaezxHBB1lCbUHrwQLXw)
- [Blog](https://medium.com/boostnote)
- [Reddit](https://www.reddit.com/r/Boostnote/)
## 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
```sh
# Install dependencies
npm i
# Run webpack and open browser
npm run dev
```
#### Electron app
```sh
# 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
- [Android (beta)](https://play.google.com/store/apps/details?id=com.boostio.boostnote)
- [iOS (beta)](https://apps.apple.com/us/app/boostnote-mobile/id1498182749)
## License
[GPL-3.0 © 2020 BoostIO](./LICENSE.md)