New Version Update
-
Extract the ZIP File: Extract the ZIP file containing the web code that you received from Codecanyon.
-
Open the Code in VS Code: Open the extracted web code in Visual Studio Code (VS Code).
-
Edit the .env File: Locate and open the .env file in your code editor. Add the admin URL as specified in the documentation.
-
Configure Firebase: Open the Firebase Console. Follow the steps outlined in the Firebase documentation. Add the Firebase details to the .env file of your web project.
-
Install Dependencies: Run the following command to install the necessary dependencies:
npm install
-
Build the Project: Run the following command to build the project:
npm run export
-
Deploy the Build Folder: After the build process completes, create a ZIP file of the out folder. Upload the contents of the build folder to your web server.