Skip to content

Commit

Permalink
version min
Browse files Browse the repository at this point in the history
changes to match dev setup changes in WB readmen
  • Loading branch information
TanyaStere42 authored Oct 7, 2024
1 parent fd25720 commit 6dff730
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contribute/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You need the following installed on your system:
* `build-essential`
* `maven`
* `npm`
* `node`
* `node` (minimum version: 18)
* `docker-compose`

## System setup
Expand All @@ -22,8 +22,8 @@ You need the following installed on your system:
1. `cd /frontend`
1. run `npm install` to install all dependencies
1. create a `.env` for React environment variables.
1. Add the public URL: PUBLIC_URL= /react/
1. Add the site name: SITE_NAME=Amphibian Wildbook
1. Add the public URL: `PUBLIC_URL= /react/`
1. Add the site name: `SITE_NAME=My Local Wildbook`

### Deploy directory setup
1. Create your **deploy directory**, matching the value of `WILDBOOK_BASE_DIR` in the .env file. The default is `~/wildbook-dev/`)
Expand Down

0 comments on commit 6dff730

Please sign in to comment.