-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving Developer Onboarding Documentation #883
Conversation
Thanks a lot for the contribution, good documentation, examples etc. are what are needed the most for other devs right now. This looks good to me, if you want to go ahead I think we should add the instructions to add wasm32-unknown-unknown target to the book itself, since is missing from there too. We will probably change default behavior to mimic cargo, re. CARGO_TARGET_DIR, unsure about that... But for now is good to mention that. About the MacOS specific issues, definitively a bug, behavior should be the same across platforms, you are not the first that mentioned this either. Also would be good to know what issues does |
* add comments to explain tutorials more * modify target directory command * add webassembly target command * change working app microblogging -> email. Has verbose readme
* add comments to explain tutorials more * modify target directory command * add webassembly target command * change working app microblogging -> email. Has verbose readme
* add comments to explain tutorials more * modify target directory command * add webassembly target command * change working app microblogging -> email. Has verbose readme
* add comments to explain tutorials more * modify target directory command * add webassembly target command * change working app microblogging -> email. Has verbose readme
I followed the instructions in the email app README and was able to get it running properly after running a few commands which weren't explicitly specified. I added the commands to the README and made a couple notes.
I could not get the email app example to work properly on MacOS. The code compiles and the app runs, but the account creation process is broken. Upon pressing the "Create" button, the app takes the user back to the "Create new identity" page without the created account displayed.
If this is user error, please let me know. Otherwise, I can create an issue so it can be fixed.