File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ touch .env.local
1313Set 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/
1819NEXT_PUBLIC_POSTHOG_KEY=<posthog-key>
1920NEXT_PUBLIC_POSTHOG_HOST_API=<posthog-host-api>
2021```
@@ -24,7 +25,9 @@ NEXT_PUBLIC_POSTHOG_HOST_API=<posthog-host-api>
2425``` bash
2526yarn 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.
2831yarn dev
2932```
3033
You can’t perform that action at this time.
0 commit comments