Installation & Setup
Install the App from the Shopify App Store (Recommended)
This is the simplest method for store owners.
Go to the Shopify App Store.
Search for āSearchJetā.
Click on the SearchJet app and press āAdd appā.
Review the permissions the app requires and click āInstall appā.
Shopify will redirect you to the SearchJet onboarding screen within your admin panel. Proceed to Configuration.
Manual Installation (For Development)
This is for developers who want to contribute to the project or run a custom instance.
Prerequisites:Ā Node.js, npm/yarn, and the Shopify CLI installed.
- Clone the Repository:bashgit clone https://github.com/maidulcu/searchjet-shopify-app.git cd searchjet-shopify-app
- Install Dependencies:bashnpm install # or yarn install
- Configure Environment Variables:
Create aĀ.envĀ file in the root directory based on the providedĀ.env.example. You will need to fill in your:SHOPIFY_API_KEYSHOPIFY_API_SECRETSCOPESĀ (e.g.,Āwrite_products,read_script_tags)HOSTĀ (your ngrok or other tunneling URL)SEARCHJET_BACKEND_URLĀ (URL to your SearchJet backend service)
- Start the Development Server:bashnpm run dev # or yarn devThis will start the server and provide a URL to install the app on your development store.
- Install on Your Development Store:
Navigate to the URL provided by the CLI, log in to your development store, and confirm the installation.