John Krüger

Results 4 issues of John Krüger

`dfx new first && cd first && npm install && dfx deploy` ``` Deploying all canisters. All canisters have already been created. Building canisters... Building frontend... Installing canisters... (...) /index.js.map...

enhancement

Would it make sense to have an `identity` (in `motoko/`) example here? Move (mirror?) https://github.com/dfinity/internet-identity/tree/main/demos and/or https://github.com/krpeacock/auth-client-demo/ here? Also re. #76.

enhancement
stale

This directory is produced by Node.JS during `dfx deploy`, and should be ignored. It is on the `.gitignore` produced by `dfx new` as well ([see e.g. here](https://github.com/johnkruger37/learn-internetcomputer/blob/main/.gitignore)).