https://github.com/netlify/gocommerce-admin
Admin UI for Netlify Commerce
https://github.com/netlify/gocommerce-admin
Last synced: 9 months ago
JSON representation
Admin UI for Netlify Commerce
- Host: GitHub
- URL: https://github.com/netlify/gocommerce-admin
- Owner: netlify
- Archived: true
- Created: 2016-12-21T21:43:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T19:20:13.000Z (over 4 years ago)
- Last Synced: 2025-03-24T12:56:37.276Z (9 months ago)
- Language: JavaScript
- Size: 962 KB
- Stars: 33
- Watchers: 22
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoCommerce Admin UI
This is the admin UI for [GoCommerce](https://github.com/netlify/gocommerce), an open-source headless e-commerce.
## Installing
Clone this repository, then run:
```
yarn
yarn start
```
To use against a production gocommerce install, make sure to set environment variables for:
* **REACT_APP_SITE_URL** the URL of the ecommerce website
* **REACT_APP_NETLIFY_AUTH** the URL of the GoTrue instance used to manage authentication
* **REACT_APP_NETLIFY_COMMERCE** The URL of the GoCommerce instance