Skip to content

Commit 153c48d

Browse files
committed
chore: update documentation
1 parent d7b798b commit 153c48d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ touch .env.local
1313
Set these environment variables:
1414

1515
```env
16-
MAPSWIPE_API_ENDPOINT=https://apps.mapswipe.org/api/
17-
MAPSWIPE_COMMUNITY_API_ENDPOINT=https://api.mapswipe.org/graphql/
16+
APP_ENVIRONMENT=DEV
17+
MAPSWIPE_API_ENDPOINT=https://backend.mapswipe.org/
18+
MAPSWIPE_REFERRER_ENDPOINT=https://website.mapswipe.org/
1819
NEXT_PUBLIC_POSTHOG_KEY=<posthog-key>
1920
NEXT_PUBLIC_POSTHOG_HOST_API=<posthog-host-api>
2021
```
@@ -24,7 +25,9 @@ NEXT_PUBLIC_POSTHOG_HOST_API=<posthog-host-api>
2425
```bash
2526
yarn install
2627
# This fetches latest data from MapSwipe database for projects
27-
yarn fetch-data
28+
yarn fetch-data:local
29+
30+
> NOTE: Currently the platform runs smoothly in node 16, so developers might have to switch to node 16 for development.
2831
yarn dev
2932
```
3033

0 commit comments

Comments
 (0)