@@ -14,15 +14,14 @@ Welcome to the new Web**Fundamentals**! <master> [
17
+ * The latest will be staged at https://web-central.appspot.com/web/
18
18
19
19
## Cloning the repo
20
- I recommend starting with a fresh clone of the repo. To save yourself some
21
- time, use the command below, it'll do a shallow clone of only the
22
- ` next-version ` branch into the WFNext directory
20
+ If you have a high bandwidth connection, I recommend starting with a fresh clone
21
+ of the repo.
23
22
24
23
```
25
- git clone --depth 1 https://github.com/google/WebFundamentals.git --branch next-version --single-branch WFNext
24
+ git clone https://github.com/google/WebFundamentals.git
26
25
```
27
26
28
27
## Getting set up
@@ -32,8 +31,7 @@ you have a recent version of [Node](https://nodejs.org/en/),
32
31
[ AppEngine SDK for Python] ( https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_Python )
33
32
already installed.
34
33
35
- 1 . Install Python dependencies: ` pip install markdown -t ./gae/lib `
36
- 2 . Run ` npm install ` (needed for the build process)
34
+ 1 . Run ` npm install ` (needed for the build process)
37
35
38
36
## Build the auto-generated files
39
37
Some files (contributors includes, some pages for updates, showcases, etc) are
0 commit comments