diff --git a/.env b/.env new file mode 100644 index 0000000..0574d30 --- /dev/null +++ b/.env @@ -0,0 +1,28 @@ +# Copyright 2020 Bloomreach +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +HTTPS=true + +REACT_APP_BRXM_ENDPOINT=https://brx-saas-eng02.bloomreach.io/delivery/site/v1/channels/brxsaas/pages +# REACT_APP_GRAPHQL_SERVICE_URL= +# REACT_APP_DEFAULT_CONNECTOR= +# REACT_APP_DEFAULT_SM_ACCOUNT_ID= +# REACT_APP_DEFAULT_SM_AUTH_KEY +# REACT_APP_DEFAULT_SM_CATALOG_VIEWS= +# REACT_APP_DEFAULT_SM_DOMAIN_KEY= +# REACT_APP_DEFAULT_SM_VIEW_ID= +# REACT_APP_SM_CUSTOM_ATTR_FIELDS= +# REACT_APP_SM_CUSTOM_VARIANT_ATTR_FIELDS= +# REACT_APP_SM_CUSTOM_VARIANT_LIST_PRICE_FIELD= +# REACT_APP_SM_CUSTOM_VARIANT_PURCHASE_PRICE_FIELD= diff --git a/README.md b/README.md index 1fab049..5b5d723 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Open to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console. -### `npm build` +### `npm run build` Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.