Skip to content

Commit 88fcaff

Browse files
Merge pull request #1220 from dfinity/build-md
update: ICP Ninja BUILD.md
2 parents a5cceff + a017d17 commit 88fcaff

File tree

20 files changed

+140
-60
lines changed

20 files changed

+140
-60
lines changed

hosting/my_crypto_blog/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

hosting/react/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/backend_only/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/daily_planner/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/evm_block_explorer/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/filevault/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/flying_ninja/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/hello_world/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/llm_chatbot/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/tokenmania/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

motoko/who_am_i/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

rust/backend_only/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

rust/backend_wasm64/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,20 @@ sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
1919
- Install [Rust](https://doc.rust-lang.org/cargo/getting-started/installation.html#install-rust-and-cargo): `curl https://sh.rustup.rs -sSf | sh`
2020

2121

22-
### 2. Create a local developer identity.
22+
### 2. Start the local development environment.
23+
24+
```
25+
dfx start --background
26+
```
27+
28+
### 3. Create a local developer identity.
2329

2430
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
2531

2632
To create a new identity, run the commands:
2733

2834
```
2935
30-
dfx start --background
31-
3236
dfx identity new IDENTITY_NAME
3337
3438
dfx identity use IDENTITY_NAME

rust/daily_planner/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

rust/evm_block_explorer/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

rust/flying_ninja/BUILD.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ Make sure Docker is running, then navigate into your project's directory that yo
4444

4545
> Note that local development ports (e.g. the ports used by `dfx` or `vite`) are forwarded from the Dev Container to your local machine. In the VS code terminal, use Ctrl/Cmd+Click on the displayed local URLs to open them in your browser. To view the current port mappings, click the "Ports" tab in the VS Code terminal window.
4646
47-
### 2. Create a local developer identity.
47+
### 2. Start the local development environment.
48+
49+
```
50+
dfx start --background
51+
```
52+
53+
### 3. Create a local developer identity.
4854

4955
To manage your project's canisters, it is recommended that you create a local [developer identity](https://internetcomputer.org/docs/building-apps/getting-started/identities) rather than use the `dfx` default identity that is not stored securely.
5056

5157
To create a new identity, run the commands:
5258

5359
```
5460
55-
dfx start --background
56-
5761
dfx identity new IDENTITY_NAME
5862
5963
dfx identity use IDENTITY_NAME

0 commit comments

Comments
 (0)