Skip to content

Commit 72f7cc1

Browse files
authored
Update README.md
1 parent bcab060 commit 72f7cc1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,38 +18,38 @@ The Amplify Console will first deploy a backend, and then build and deploy your
1818

1919
1. Clone the repo that was just forked in your account
2020

21-
```
22-
git clone git@github.com:<username>/create-react-app-auth-amplify.git
21+
```
22+
git clone git@github.com:<username>/create-react-app-auth-amplify.git
2323
24-
cd create-react-app-auth-amplify && npm install
25-
```
24+
cd create-react-app-auth-amplify && npm install
25+
```
2626

2727
2. Import the backend environment deployed by the Amplify Console to your repo (the `amplify/team-provider.json` file contains information on all backend environments in your AWS account). The GIF below shows how you to copy the `amplify env import` command from the Amplify Console.
2828

29-
<!-- <img src="https://github.com/swaminator/gatsby-auth-starter-aws-amplify/blob/master/src/images/import-backend.gif" width="800"/> -->
29+
<img src="https://github.com/swaminator/gatsby-auth-starter-aws-amplify/blob/master/src/images/import-backend.gif" width="800"/>
3030

3131
3. Paste this command into your terminal at the root of your repo. You should see the `amplify/team-provider.json` updated with a backend named `amplify`.
3232

33-
```
34-
amplify env import --name amplify --config "{<stack>}" --awsInfo "{<profile>}" --yes
33+
```
34+
amplify env import --name amplify --config "{<stack>}" --awsInfo "{<profile>}" --yes
3535
36-
Successfully added environment from your project
37-
```
36+
Successfully added environment from your project
37+
```
3838

3939
3. Initialize the Amplify CLI with the `amplify` environment.
4040

41-
```
42-
amplify init
43-
? Do you want to use an existing environment? Yes
44-
? Choose the environment you would like to use: (Use arrow keys)
45-
> amplify
46-
```
41+
```
42+
amplify init
43+
? Do you want to use an existing environment? Yes
44+
? Choose the environment you would like to use: (Use arrow keys)
45+
> amplify
46+
```
4747

4848
4. Run locally
4949

50-
```
51-
npm start
52-
```
50+
```
51+
npm start
52+
```
5353

5454
Learn how to customize the sign-in UI [here](https://aws-amplify.github.io/docs/js/authentication#customize-ui).
5555

0 commit comments

Comments
 (0)