Links17 / SenseCraft-Web-Toolkit

A web-based tool that updates the device's firmware, SSCMA model, and parameters.

Home Page:https://seeed-studio.github.io/SenseCraft-Web-Toolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SenseCraft AIoT Platform Web Toolkit

It is a Web Toolkit for senseCraft AIoT Platform, which is a visual programming platform for AIoT applications. It is based on Vue.js and Vuetify.

How to Use

  1. Preview Page

    • Simply open the preview page to preview the Web Application.
  2. Clone the Repository

    • If you need to further customize or configure the senseCraft application, you can clone this repository to your local machine:
      git clone https://github.com/Seeed-Studio/sensecraft-web-toolkit.git
      cd sensecraft-web-toolkit
      yarn install
      yarn run dev
      
    • If you want to depoly this application to your senseCraft environment, you can build the application and deploy the built files:
      yarn run build
      cd dist && http-server .
      
  3. Configure the Application

    • In the cloned repository, you can modify relevant files to configure the behavior and appearance of the application.
    • Please refer to the repository's documentation or instructions for details on how to perform the configuration.
  4. Deploy the Application

    • Once you have completed the custom configuration of the application, you can deploy it to your senseCraft environment.
    • Follow the official senseCraft documentation or relevant instructions on how to deploy the application to your environment.

Additional Resources

Welcome to the Web App repository! If you have any questions or feedback, feel free to contact us.

About

A web-based tool that updates the device's firmware, SSCMA model, and parameters.

https://seeed-studio.github.io/SenseCraft-Web-Toolkit/


Languages

Language:Vue 49.0%Language:TypeScript 48.4%Language:JavaScript 1.3%Language:Less 0.8%Language:Dockerfile 0.2%Language:HTML 0.2%Language:Makefile 0.1%Language:Shell 0.1%