We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c4de11 commit 96f99e5Copy full SHA for 96f99e5
motoko/classes/README.md
@@ -30,7 +30,11 @@ This application's logic is written in [Motoko](https://internetcomputer.org/doc
30
31
### 3. Navigate into the project's directory.
32
33
-### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
+### 4. Deploy the project to your local environment:
34
+
35
+```
36
+dfx start --background --clean && dfx deploy
37
38
39
## Security considerations and best practices
40
0 commit comments