-
-
Notifications
You must be signed in to change notification settings - Fork 0
Dev notes
Carl Shen edited this page Jun 9, 2020
·
14 revisions
-
brew? -> yarn
-
yaas needs python3 and flask and ...
- .github/CODEOWNERS file ... I forget what exactly being an owner gets you.
- maybe set upstream of rich-markdown-editor to outline/rich-markdown-editor
- yarn start
- remove react (and react-dom?) from devdependencies in rich-markdown-editor package.json ... (to run example in the repo, if desired, add them back in)
- yarn build in the rich-markdown-editor repo/root
- yarn add path/to/local/rich-markdown-editor or change in package.json in the yada repo/root
- (yarn install? if changed package json instead of yarn add)
- (yarn upgrade rich-markdown-editor? to make sure no "multiple versions" issue if needed)
- yarn deploy
Based on https://gist.github.com/vre2h/da9db3733c238c174d13670fb77c1f1a
- yarn add = npm install
- yarn install = ...
- yarn upgrade = ...
- yarn build = ...
Some other info here from Create-React-App bootstrapped docs: https://github.com/fydp-saac/yada/blob/master/README_bootstrapping.md
- Bootstrapped using Create React App, configured to include Redux integration.
- Leverages/built on top of outline/rich-markdown-editor which itself is built on top of Prosemirror.
© 2020 FYDP-SAAC