Open sklipnoty opened 5 years ago
Hi @sklipnoty Yes I will update to 2.0
You can get completely offline by running:
cd client
yarn distribute
This will create a distributable package for a specific file system of the client side files.
Also make sure to edit the file client/distribute.js
with the target os.
This needs to be documented better, so we can add that as an issue.
As far as I can see this is the 2018 version of the release of posenet.
Also was wondering if you can simple give a 'true' offline experience without all the extra dependencies around it like (node,yarn,...).
Basically is it possible just to have the client-side html/js/css files without the whole server thing?