Skip to content

AlfredoSequeida/karen-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Click here to see the video series for how Karen was made.

Karen

open source voice assistant

installing add-on demo

configuring add-on demo

This is the cross-platform app built using React Native for Karen - and open-source voice assistant. The purpose of the app is to facilitate installing and configuring Karen addons.

Build instructions

Since the Karen app has not been deployed to an app store to run the app, you have to build it.

install all of the dependencies

for ios you need to install the native dependencies using POD

ssh

Since the Karen app connects and interacts with the Karen installation via ssh, react-native-ssh by Peter Valdez has been used. Follow the instructions for IOS to link.

asycn storage

For storing user settings React Native Async Storage has been used. Follow the instructions for IOS to link

Then, build it like you would any other react app for android or ios