KO
|
EN
gitlite — search
Search
#hacktoberfest
#python
#java
#ruby
#php
#javascript
#dotfiles
#windows
#docker
#game
#puppet
#deprecated
catalyst
★ 243
Open GitHub ↗
Catalyst - for Composable Commerce
Download README (.md)
Explore Similar Repositories
ginadmin
:
基于Gin开发的后台脚手架,集成了、数据库操作、日志管理、权限分配管理、多模板页面、自动分页器、数据库迁移和填充、Docker集成部署等功能、静态资源打包
dask-docker
:
Docker images for dask
tnks-data-table
:
Advanced data table component with server-side operations using Hono.js, Drizzle ORM, and PostgreSQL
RSA-csharp
:
c# dotnet .NET Framework/Standard/Core RSA Provides: Encrypt,Decrypt,Signature,Verify; RSA key format: PEM (PKCS#1 PKCS#8), XML, Public Private Key, Import Export Convert; Padding support: NoPadding,PKCS1,OAEP,PSS, & MD5,SHA1,SHA256,SHA512,SHA3-256,SHA3-512 etc. Code with zero dependencies. RSA公钥私钥导入导出转换、加密解密、签名验证,多种填充方式支持。
react-native-skia-list
:
The fastest react-native list renderer based on @shopify/react-native-skia
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
catalyst
?
Download (.md)
<a href="https://catalyst.dev" target="_blank" rel="noopener norerrer"> <img src="https://storage.googleapis.com/bigcommerce-developers/images/catalyst_readme_banner.png" alt="Catalyst for Composable Commerce Image Banner" title="Catalyst"> </a> <br /> <br /> <div align="center"> [](https://raw.githubusercontent.com/bigcommerce/catalyst/canary/LICENSE.md) [](https://github.com/bigcommerce/catalyst/actions/workflows/lighthouse.yml) [](https://github.com/bigcommerce/catalyst/actions/workflows/basic.yml) [](https://deepwiki.com/bigcommerce/catalyst) </div> **Catalyst** is the composable, fully customizable headless commerce framework for [BigCommerce](https://www.bigcommerce.com/). Catalyst is built with [Next.js](https://nextjs.org/), uses our [React](https://react.dev/) storefront components, and is backed by the [GraphQL Storefront API](https://docs.bigcommerce.com/developer/docs/storefront/guides/graphql-storefront-api/overview). By choosing Catalyst, you'll have a fully-functional storefront within a few seconds, and spend zero time on wiring up APIs or building SEO, Accessibility, and Performance-optimized ecommerce components you've probably written many times before. You can instead go straight to work building your brand and making this your own. ## Demo - [Catalyst Demo](https://catalyst-demo.site)  <p align="center"> <a href="https://www.catalyst.dev">🚀 catalyst.dev</a> • <a href="https://docs.bigcommerce.com/developer/community/connect">🤗 BigCommerce Developer Community</a> • <a href="https://github.com/bigcommerce/catalyst/discussions">💬 GitHub Discussions</a> • <a href="https://docs.bigcommerce.com/developer/docs/storefront/catalyst/overview">💡 Documentation</a> </p>  ## Deploy via One-Click Catalyst App The easiest way to deploy your Catalyst Storefront is to use the [One-Click Catalyst App](http://login.bigcommerce.com/deep-links/app/53284) available in the BigCommerce App Marketplace. Check out the [Commerce One-Click Catalyst Documentation](https://docs.bigcommerce.com/developer/docs/storefront/catalyst/getting-started/workflows/one-click-catalyst) for more details. ## Getting Started **Requirements:** - A [BigCommerce account](https://www.bigcommerce.com/start-your-trial) - Node.js version 24 - Corepack-enabled `pnpm` ```bash corepack enable pnpm ``` 1. Install the latest version of Catalyst: ```bash pnpm create @bigcommerce/catalyst@latest ``` 2. Run the local development server: ```bash pnpm run dev ``` Learn more about Catalyst at [catalyst.dev](https://catalyst.dev). ## Resources - [Catalyst Documentation](https://docs.bigcommerce.com/developer/docs/storefront/catalyst/overview) - [GraphQL Storefront API Playground](https://docs.bigcommerce.com/developer/docs/storefront/guides/graphql-storefront-api/overview#accessing-the-graphql-storefront-playground) - [BigCommerce DevDocs](https://docs.bigcommerce.com/developer/docs/overview/quick-start)