Open sunjam opened 4 years ago
Some notes here: https://github.com/wonderunit/storyboarder/blob/master/DEVELOPERS.md#developing, but kind of out-of-date.
If you have node running, should just be clone, npm install, npm start. Let us know if you run into unusual issues.
npm install
fails. Here is the complete log.
attempted to npm cache clean --force && rm -rf node_modules package-lock.json && npm install
Here is output
Is your feature request related to a problem? Please describe. I'm looking to build from source in order to install on aarch64 architecture. Running a Pinebook Pro with ARM processor. The AppImage does not support ARM architecture.
I did not see any previous instructions for installing directly from source. Thanks for any tips or guidance!