auth-client-demo
auth-client-demo copied to clipboard
Need to clarify some text
Thanks for this @krpeacock .
A small issue with:
"Copy the canister ID fom the Internet Identity canister, and paste it into webpack.config.js in this project on the LOCAL_II_CANISTER variable on line 8. Finally, cd back into the auth-client-demo directory and start the development server with npm start."
Because the last line says " cd back into the auth-client-demo directory" the reader assumes that the previous line when you said "this project" means that by "this" you are talking about internet-identity, but that is wrong (since it is the webpack.config of auth-client-demo you're talking about).
So I think it would have been clearer if it said something like: "Copy the canister ID fom the Internet Identity canister and paste it into webpack.config.js of the auth-client-demo project on the LOCAL_II_CANISTER variable on line 8. Finally, cd back into the auth-client-demo directory and start the development server with npm start."