Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,13 @@ In addition to the files in the `+canisters/explore_hello+` and the `+canisters/
. Verify that a new folder has been created, `src/declarations`.
+
This folder will include copies of the folders from `.dfx/local`, except for the wasm. They do not contain any secrets, and we recommend committing these files along with the rest of your source code.
+
If the `src/declarations` folder was not created, use the the following command:
+
[source,bash]
----
dfx generate
----

== Deploy the project locally

Expand Down