Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chec/headlesscommerce.org
Headless Commerce resources
https://github.com/chec/headlesscommerce.org
algolia-instantsearch commerce gatsby react tailwindcss
Last synced: about 2 months ago
JSON representation
Headless Commerce resources
- Host: GitHub
- URL: https://github.com/chec/headlesscommerce.org
- Owner: chec
- License: bsd-3-clause
- Created: 2020-06-19T17:19:31.000Z (over 4 years ago)
- Default Branch: next
- Last Pushed: 2024-09-17T22:51:05.000Z (4 months ago)
- Last Synced: 2024-09-18T13:06:37.628Z (4 months ago)
- Topics: algolia-instantsearch, commerce, gatsby, react, tailwindcss
- Language: TypeScript
- Homepage: https://headlesscommerce.org
- Size: 3.33 MB
- Stars: 27
- Watchers: 5
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [HeadlessCommerce.org](https://headlesscommerce.org)
We’ve made an easy to browse list of services that can be used to build a headless commerce stack. You can bookmark resources to save for later reference.
If you think there are resources that play nice in the headless ecosystem and that we have missed, please feel free to add a recommendation!
- [Browse categories](https://headlesscommerce.org/categories)
- [Browse agencies](https://headlesscommerce.org/agencies)
- [Visit Commerce.js](https://commercejs.com)## Running locally
```bash
git clone [email protected]:chec/headlesscommerce.org.git
cd headlesscommerce.org
npm install
cp .env.sample .env
npm run dev
```> _(Optional)_: The `NEXT_PUBLIC_GRAPHCMS_TOKEN` token is configured in GraphCMS to return PUBLISHED entries only. You may want to create a token in development to retrieve DRAFT.