···64# Leaflet specific
65LEAFLET_APP_PASSWORD=any-password-you-want
6667-# Feed Service (for publication features, optional)
68-FEED_SERVICE_URL=http://localhost:3001
69```
7071#### Database Migrations
···8889#### Feed service setup (optional)
9091-Setup instructions to run a local feed service from a docker container. This step isn't necessary if you're not working on publication or BlueSky integration features.
9293-1. Clone the repo `git clone https://github.com/hyperlink-academy/leaflet-feeds.git`
94-2. Update your `.env.local` to include the FEED_SERVICE_URL (if not already set): `FEED_SERVICE_URL=http://localhost:3001`
95-3. Change to the directory and build the docker container `docker build -t leaflet-feeds .`
96-4. Run the docker container on port 3001 (to avoid conflicts with the main app): `docker run -p 3001:3000 leaflet-feeds`
9798#### Troubleshooting
99
···64# Leaflet specific
65LEAFLET_APP_PASSWORD=any-password-you-want
660067```
6869#### Database Migrations
···8687#### Feed service setup (optional)
8889+Setup instructions to run a local feed service. This step isn't necessary if you're not working on publication or BlueSky integration features.
9091+1. Run `npm run start-feed-service-dev` to start the feed service with hot reloading on `http://localhost:3030`.
0009293#### Troubleshooting
94