We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2d152 commit 1e9348bCopy full SHA for 1e9348b
Readme.md
@@ -4,10 +4,15 @@
4
5
> https://docs.amplify.aws
6
7
+### Prerequisites
8
+
9
+- [Node.js 14.x or later](https://nodejs.org/en/)
10
+- [Yarn classic](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable)
11
12
## Set up the docs repo
13
-1. [Fork this repo](/fork).
-2. Navigate to **/docs**.
14
+1. [Fork this repo](/fork) and `git clone` it.
15
+2. In your terminal, navigate to the repo from where it was just cloned. This should be located at the `/docs` directory.
16
2. From your command line, run `yarn && yarn dev`
17
3. <http://localhost:3000/> should open automatically.
18
0 commit comments