System Requirements
- macOS App: Requires a macOS machine to build.
- Windows App: Requires a Windows PC to build.
- Linux App: Requires a Linux machine to build.
Additional Notes
- Node.js Installation: Ensure Node.js is installed on your machine. You can install Node.js from Node.js Official Website.
Step 1: Fill Out the Form
- Visit the website. https://www.techseventeen.in/
- Fill out the form with the following details:
- Name: Your full name.
- Email: A valid email address.
- Purchase Key: The key provided with your purchase.
- Admin URL: The URL for the admin dashboard.
- Staff URL: The URL for staff, if applicable.
Step 2: Download and Extract the Code
Once you complete the form, you'll receive a code zip file. Download and extract this file to your desired location.
Step 3: Edit the package.json
File
Open the extracted folder and locate the package.json
file. Update the file with your app details:
Modify the Following:
- App Name: Replace
YOUR_APP_NAME_HERE
with the desired name. - Product Name: Replace
YOUR_APP_NAME_HERE
with the desired name. - Description: Replace
YOUR_APP_DESCRIPTION_HERE
with a short description of the app. - Purchase Key: Add your purchase key in the
PURCHASE_KEY
field. - For Staff: Set
FOR_STAFF
to true
if you are creating the app for staff, Set FOR_STAFF
to false if you are creating the app for customer.
- App Icon: Add your app logo in the
build/
directory in the correct format (.icns
for Mac, .ico
for Windows, .png
for Linux).
Step 4: Install Dependencies
- Open your terminal (or Command Prompt/PowerShell on Windows).
- Navigate to the folder where the extracted files are located.
- Run the following command to install the required Node.js packages: npm install
- If You do any change in package.json after npm install please run command npm i
Step 5: Build the Desktop App
To build the desktop app for different platforms, run the following commands:
For macOS:
For Windows:
For Linux: