Skip to content
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

Merged
merged 4 commits into from
Nov 2, 2023

Conversation

kernelkind
Copy link
Contributor

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.

@CLAassistant
Copy link

CLAassistant commented Nov 2, 2023

CLA assistant check
All committers have signed the CLA.

@iduartgomez
Copy link
Collaborator

iduartgomez commented Nov 2, 2023

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 fdev have with brew cargo installation to see if those can be addressed.

@kernelkind kernelkind changed the title Improving Developer Experience For Email App Example Improving Developer Onboarding Documentation Nov 2, 2023
@kernelkind kernelkind marked this pull request as ready for review November 2, 2023 16:54
@iduartgomez iduartgomez merged commit 51e96f5 into freenet:main Nov 2, 2023
2 of 3 checks passed
iduartgomez pushed a commit that referenced this pull request Nov 6, 2023
* add comments to explain tutorials more

* modify target directory command

* add webassembly target command

* change working app microblogging -> email. Has verbose readme
iduartgomez pushed a commit that referenced this pull request Nov 6, 2023
* add comments to explain tutorials more

* modify target directory command

* add webassembly target command

* change working app microblogging -> email. Has verbose readme
iduartgomez pushed a commit that referenced this pull request Nov 6, 2023
* add comments to explain tutorials more

* modify target directory command

* add webassembly target command

* change working app microblogging -> email. Has verbose readme
iduartgomez pushed a commit that referenced this pull request Nov 6, 2023
* add comments to explain tutorials more

* modify target directory command

* add webassembly target command

* change working app microblogging -> email. Has verbose readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants