vercel / commerce
- пятница, 30 октября 2020 г. в 00:25:20
TypeScript
Next.js Commerce
The all-in-one starter kit for high-performance e-commerce sites. With a few clicks, Next.js developers can clone, deploy and fully own their own store. Start right now at nextjs.org/commerce
Demo live at: demo.vercel.store
This project is currently under development.
We're using Github Projects to keep track of issues in progress and todo's. Here is our Board
Next.js Commerce integrates out-of-the-box with BigCommerce. We plan to support all major ecommerce backends.
BIGCOMMERCE_STOREFRONT_API_URL=<>
BIGCOMMERCE_STOREFRONT_API_TOKEN=<>
BIGCOMMERCE_STORE_API_URL=<>
BIGCOMMERCE_STORE_API_TOKEN=<>
BIGCOMMERCE_STORE_API_CLIENT_ID=<>
Next, you're free to customize the starter. More updates coming soon. Stay tuned.
Our commitment to Open Source can be found here.
git checkout -b MY_BRANCH_NAME
npm install -g yarn
yarn
.env.template
and rename it to .env.local
..env.local
.yarn dev
to build and watch for code changesdevelopment
(this is the branch pull requests should be made against).
On a release, the relevant parts of the changes in the staging
branch are rebased into master
.