MarclabSoftware / FISH

FISH - Free Integration for Smart Homes by Marclab Software
GNU General Public License v3.0
3 stars 0 forks source link
cloud-iot iot node-red node-red-contrib personal-cloud personal-google-home smart-home smart-home-solution smart-home-solutions smarthome

FISH

FISH - Free Intergration for Smart Home by Marclab Software

Development

Requirements

You must have:

Repo structure

This is a monorepo. Each part of the FISH system is split in modules (or packages) managed using pnpm. Each package is under the "packages/\<package-name>" folder.

If you want to run npm scripts for a specific package from the root folder, you can run:

pnpm run:<package-name> <npm script name here>

e.g.

pnpm run:func lint