πŸ—οΈBuilding and Testing Beaver Notes

Now that you have your development environment ready, let's move on to building and testing Beaver Notes.

Test the App

To initiate watch mode and continuously observe your app while developing, run:

yarn watch

With the watch mode active, any changes you make to the code will automatically trigger recompilation. This way, you can conveniently test your modifications on the go.

Build the App

To build Beaver Notes, run the following command

yarn build

Building the Finished Product

To build the finished product you can use the following commands

For Windows, macOS and Linux (x64):

yarn electron-builder build --config electron-builder.config.js --win --mac --linux --x64

For Windows, macOS and Linux (arm64):

yarn electron-builder build --config electron-builder.config.js --win --mac --linux --arm64

Your Contribution Matters!

As a Beaver Notes developer, your dedication and feedback are invaluable in ensuring the stability and quality of the app. Together, we can make Beaver Notes an outstanding and user-friendly note-taking experience.

Thank you for being part of this exciting journey! If you encounter any issues, have ideas for improvements, or wish to contribute in any way, please open an issue on the Beaver Notes repository. Your efforts will undoubtedly shape the future of note-taking with Beaver Notes. Let's make it happen together! πŸš€

Last updated