Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1
Quickly create desktop data extraction apps for Windows, macOS, and Linux.
License
omkarcloud/botasaurus-desktop-starter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a starter template for buildingBotasaurus Desktop Applications
To run locally, follow these steps:
1️⃣ Clone the Magic 🧙♀️:
git clone https://github.com/omkarcloud/botasaurus-desktop-starter my-botasaurus-desktop-appcd my-botasaurus-desktop-app
2️⃣ Install Packages 📦:
npm install
3️⃣ Launch the App 🚀:
npm run dev
This will launch yourBotasaurus desktop application in development mode.
To understand how to develop desktop apps usingBotasaurus, please refer to theBotasaurus Desktop Documentation.
To create an installer for your operating system, run the following command:
npm run package
After executing the command, you can find the installer for your OS in therelease/build
folder.
Note
On Windows, if you face the "resource busy or locked" error:
Please follow these steps to resolve the issue:
- Run the Command Prompt as an administrator.
- Use the 'cd' command to navigate to your project directory.
- Run the command
npm run package
again to create the installer.
This will resolve the error and allow the installer to be created successfully.
To automatically create installers for all operating systems whenever you push changes to GitHub, you can set up GitHub Actions. For step-by-step instructions, please follow the guidehere.
This is the recommended method for creating installers.
About
Quickly create desktop data extraction apps for Windows, macOS, and Linux.
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.