- Notifications
You must be signed in to change notification settings - Fork396
Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
License
BoostIO/BoostNote-App
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
If you don't know how to use the app, please create a discussion onour Q&A discussion page.
If you find a bug, please create an issue toour GitHub issue tracker.
If it is urgent or private, please joinour Slack channel and send a direct message to @rokt33r.
If you're interested in our project, you can participate in many different ways.
- Sharing your idea
- Helping community
- Resolving existing issues
Read ourcontributing guide, to learn about our development process, how to propose bugfixes and improvements.
To improve the app, we need your idea! It could be a new feature or an improvement for existing features. If you have any, please create a discussion inFeature Requests category.
There are many ways to help our community. You can share how you're using our app by writing an article. You can write it inGeneral discussion page, external developer community (Dev.to or Reddit) and your blog if you have one.
Also, you can help other users by answering their questions inhere.
We have left the "help wanted" label tosome issues which external contributors could try to resolve. Some of them might have a small bounty so you can get a cup of coffee from it after hacking. If you find any interesting issues but their specs are not clear or you don't know how to fix them, please leave a comment on the issues. Then, we will give you more instructions.
Currently, we provide the frontend source code only so you cannot host our backend server by yourself.But you can participate in development via mock backend mode. Although it still doesn't cover every API yet, you can access the basic folder and document management.
Create .env file.
NODE_ENV=developmentMOCK_BACKEND=true
Run webpack processors. You have to run them in separate terminals.
npm run dev:cloud# You can skip next two scripts if you don't need to run electron app.npm run dev:electronnpm run dev:webpackWhen the mode is enabled, all API calls will be passed tosrc/cloud/api/mock/mockHandler.ts.
The source code is quite similar to a router interface. All you need to ismethod,pathname and a handler function. So, when you confrontNot Found error while callingGET /api/something, you can simply add a mock route like below.
{method:'get',pathname:'api/something',handler:({ search}):GetSomethingResponse=>{return{ ...something}},}
- Development scipts
npm run dev:cloud: Run webpack for the cloud spacenpm run dev:webpack: Run webpack for the desktop app main window renderernpm run dev:electron: Run webpack for the desktop app main processornpm run dev:mobile: Run webpack for the mobile appnpm run lint: Check lint errorsnpm run format: Try to fix lint errors automaticallynpm test: Run test scriptnpm run tsc: Check type errors
- Build scripts
npm run build:electron-production: Build assets for the desktop appnpm run build:cloud-production: Build asssets for the cloud spacenpm run build:mobile-production: Build assets for the mobile appnpm start: Run the desktop app with prebuilt assetsnpm run meta: Prepare meta data for the desktop app building(Generate package.json for electron-build module)npm run prepack: Create desktop app installers without signingnpm run release: Create desktop app installers for production and upload them to GitHub
About
Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
