From a65686f94b22b0e88b17a2fcbc03dccdfcdbbdfc Mon Sep 17 00:00:00 2001 From: Alan Calvillo Date: Tue, 11 Jun 2024 16:53:33 -0600 Subject: [PATCH] useless commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea8a10dc..d51244473 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is the web interface for EarthRanger. It is built with React (whose bootstr ### Licensing This repository is open-sourced under the Apache 2.0 license. However, Mapbox GL, a required dependency, is closed-source. It is provided here in a "bring your own token" capacity; you may use and modify all EarthRanger-authored code herein, but will need to provide your own Mapbox access token, tied to your own Mapbox account. ------------------- +------------------- ## Setting up for development To start developing within this repo, you need to have [Docker](https://www.docker.com/get-started), [Node](https://nodejs.org/), and [Yarn](https://yarnpkg.com/) installed. Once docker is up and running, `cd` into the root of this project repository and run the following command: `docker compose up --build`.