Commit 5fcca0f 1 parent 6fe205a commit 5fcca0f Copy full SHA for 5fcca0f
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ BIGCOMMERCE_STOREFRONT_API_URL=
2
+ BIGCOMMERCE_STOREFRONT_API_TOKEN=
3
+ BIGCOMMERCE_STORE_API_URL=
4
+ BIGCOMMERCE_STORE_API_TOKEN=
5
+ BIGCOMMERCE_STORE_API_CLIENT_ID=
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ Our commitment to Open Source can be found [here](https://vercel.com/oss).
68
68
2 . Create a new branch ` git checkout -b MY_BRANCH_NAME `
69
69
3 . Install yarn: ` npm install -g yarn `
70
70
4 . Install the dependencies: ` yarn `
71
- 5 . Run ` yarn dev ` to build and watch for code changes
72
- 6 . The development branch is ` development ` (this is the branch pull requests should be made against).
71
+ 5 . Duplicate ` .env.template ` and rename it to ` .env.local ` .
72
+ 6 . Add proper store values to ` .env.local ` .
73
+ 7 . Run ` yarn dev ` to build and watch for code changes
74
+ 8 . The development branch is ` development ` (this is the branch pull requests should be made against).
73
75
On a release, the relevant parts of the changes in the ` staging ` branch are rebased into ` master ` .
You can’t perform that action at this time.
0 commit comments