Skip to content

Commit 5885269

Browse files
committed
postgresql brew package not required anymore
1 parent 9a2659d commit 5885269

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LOCAL_DEVELOPMENT_SETUP.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ Close the scheme editor and run the application by selecting "Run" from the Xcod
4040

4141
When working locally, it's helpful to have a database with pre-populated data from the live system. [Talk to us on Discord](https://discord.gg/vQRb6KkYRw), and we'll supply you with a recent database dump that you can load with `./scripts/load-db.sh`.
4242

43-
**Note:** Running the `load-db.sh` script requires that the Postgres command line tools are available on your system. The easiest way to get these is with [brew](https://brew.sh/) by running `brew install postgresql`.
44-
4543
### Setup the Front End
4644

4745
Once the back end is set up and the server is running, the next step is to set up the front end to serve the CSS and JavaScript. We use [esbuild](https://esbuild.github.io) to build our front end files. However, you do not need to install Node or any other tools locally unless you are doing extensive work with the front-end files in this project. For small changes or to get started with front-end changes in this project, use our Docker-based scripts.

0 commit comments

Comments
 (0)