Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netlify/gocommerce-admin
Admin UI for Netlify Commerce
https://github.com/netlify/gocommerce-admin
Last synced: 12 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T19:20:13.000Z (about 3 years ago)
- Last Synced: 2024-08-02T02:16:01.887Z (3 months ago)
- Language: JavaScript
- Size: 962 KB
- Stars: 35
- Watchers: 23
- 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