Skip to content

rpiontik/ThingJS-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The template project of ThingsJS.

ThingsJS is open source IoT platform. Mission of the platform - provide opportunity to make complex IoT projects by community.

Requires

Install

Clone repository

  • git clone git@github.com:rpiontik/ThingJS-template.git
  • cd ThingJS-template
  • git submodule update --init --recursive

Build frontend

  • cd components/thingjs_front/
  • npm install
  • npm run build

Project is ready to make firmware

Prepare to flash

  • idf.py all
  • idf.py erase_flash
  • idf.py partition_table-flash

Flash to controller

  • idf.py flash

Documentation

Support, community

Telegramm channel

Articles

Licensing

ThingsJS is released under GNU GPL v.2 open source license.