mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Add link to Loom video that walks through setting up dev environment (#1304)
This commit is contained in:
parent
27c3a6dcd8
commit
9fb1f9cac1
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue