Add link to Loom video that walks through setting up dev environment (#1304)

This commit is contained in:
noahtalerman 2021-07-05 18:45:41 -04:00 committed by GitHub
parent 27c3a6dcd8
commit 9fb1f9cac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,13 @@ To setup a working local development environment, you must install the following
* [Node.js](https://nodejs.org/en/download/current/) and [Yarn](https://yarnpkg.com/en/docs/install)
* [GNU Make](https://www.gnu.org/software/make/) (probably already installed if you're on macOS/Linux)
Once you have those minimum requirements, you will need to install Fleet's dependencies. To do this, run the following from the root of the repository:
Once you have those minimum requirements, check out this [Loom video](https://www.loom.com/share/e7439f058eb44c45af872abe8f8de4a1) that walks through starting up a local development environment for Fleet.
For a text-based walkthrough, continue through the following steps:
First, you will need to install Fleet's dependencies.
To do this, run the following from the root of the repository:
```
make deps