Skip to content

Commit

Permalink
Remove yarn instruction and npm audit fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mila Page committed Sep 25, 2020
1 parent 8ca3799 commit da9a3d0
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 274 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ We recommend locally rendering changes made to the docs site so you can review y

0. If applicable, install [Xcode CLTs](https://developer.apple.com/download/more/); you'll likely need an AppleID for this.
1. Install `node`: `brew install node`
2. Install `yarn`: `brew install yarn`
3. Clone this repo: `git clone [email protected]:fishtown-analytics/docs.getdbt.com.git`
4. `cd` into the repo: `cd docs.getdbt.com`
5. `cd` into the `website` subdirectory: `cd website`
6. Install the required node packages: `npm install`
7. Build the website: `npm start`
8. Before pushing your changes to a branch, check that all links work by using the `make build` script.
2. Clone this repo: `git clone [email protected]:fishtown-analytics/docs.getdbt.com.git`
3. `cd` into the repo: `cd docs.getdbt.com`
4. `cd` into the `website` subdirectory: `cd website`
5. Install the required node packages: `npm install`
6. Build the website: `npm start`
7. Before pushing your changes to a branch, check that all links work by using the `make build` script.

Advisory: Currently an `npm install` produces a number of depedency warnings, in particular several claiming that `docusaurus/core` is missing. Rest assured, this message is a red herring. As of writing this, no 2.0.0 package exists, so you won't have much luck trying to install it. Feel free to ignore those warnings.

Expand Down
Loading

0 comments on commit da9a3d0

Please sign in to comment.