Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obrien-k/catalyst-jupiter
Sandbox for bigc catalyst https://www.catalyst.dev/
https://github.com/obrien-k/catalyst-jupiter
Last synced: 12 days ago
JSON representation
Sandbox for bigc catalyst https://www.catalyst.dev/
- Host: GitHub
- URL: https://github.com/obrien-k/catalyst-jupiter
- Owner: obrien-k
- License: mit
- Created: 2024-06-13T01:42:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T02:01:03.000Z (5 months ago)
- Last Synced: 2024-10-12T07:16:48.992Z (27 days ago)
- Language: TypeScript
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[Based on BigCommerce Catalyst](https://github.com/bigcommerce/catalyst)
Create a [BigCommerce store](https://bigcommerce.com) and convert it to a sandbox. Create a GitHub repository for testing, and sync this with the result from following the steps on the BigCommerce Catalyst github repo linked above.
This is the default state of Catalyst and you should connect your test store during the initialization.
It’s strongly recommended to sync up this directory with a remote git repository at this step as it will serve as your basis for any changes you make.
## Requirements
- Node.js 20+
- `npm` (or `pnpm`/`yarn`)## Getting started
If this installation of Catalyst was created using the `catalyst` CLI, you should already be connected to a store and can get started immediately by running:
```shell
npm run dev
```If you want to connect to another store or channel, you can run the setup process again by running:
```shell
npx @bigcommerce/create-catalyst@latest init
```Learn more about Catalyst at [catalyst.dev](https://catalyst.dev).