forked from theRAPTLab/meme
-
Notifications
You must be signed in to change notification settings - Fork 1
Tooling Updates 2021
Flynn Duniho edited this page May 30, 2024
·
1 revision
I've started to look into what it would take to keep the MEME tool running. This is a WIP draft.
- It's using a very old version of Electron (v3, current version is v12 at the time of this writing).
- Also, there have been 2 macOS version bumps since the code signing was last working; I'm told that the most recent versions of
electron-osx-codesign
may work better.
april 29, 2021
Using MBP15R (late 2013) with Big Sur 11.3, zsh, with current development tool stack of nvm
and xcode commandline tools
-
nvm use
followed bynpm ci
followed bynpm run dev
works -
npm run electron
, which runs the appserver host inside of the Electron binary instead of Node, also works -
npm run package
seems to work -
npm run appsign
does not work
At this point, I'm unsure whether it that I've installed the DeveloperID incorrectly, or if it's something else. Stopping here.
User Manual
Developer Manual
Installation
Setting Up End-User Projects
Deploying
- Deploy Electron
- Electron Code Signing README-signing.md
- Digital Ocean Deployment
- Updating MEME for 2021+
--
Coding Practices
Background
Design Notes
- Dev Insights
- Design Data Management
- Student Login
- Reference Build Differences
- Design Settings Manager
- Why Electron?
Deprecated