mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-01-28 22:48:07 -05:00
Instead of requiring the user to run `yarn install` followed by `yarn start`, we simply have them run `docker compose up` to start both the app and Postgres together. This is much easier and reduces the need for them to install anything else besides Docker. It also makes cleaning up the example easier.
3 lines
39 B
Ruby
3 lines
39 B
Ruby
# Install Docker Desktop
|
|
cask 'docker'
|