/friday

Friday is your open-source home automation assistant.

Primary LanguageTypeScriptMIT LicenseMIT

Friday

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:1444
npm run start:dev

# run tests with jest
npm run test

# run linter
npm i -g typescript tslint
npm run lint

# fix linting errors 
npm run lint:fix