https://github.com/codercatdev/layer0-nextjs-commerce-example
https://github.com/codercatdev/layer0-nextjs-commerce-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercatdev/layer0-nextjs-commerce-example
- Owner: codercatdev
- License: mit
- Created: 2021-11-03T22:27:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T22:27:06.000Z (over 4 years ago)
- Last Synced: 2025-05-11T04:54:39.334Z (about 1 year ago)
- Language: TypeScript
- Size: 939 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
- Roadmap: docs/ROADMAP.md
Awesome Lists containing this project
README
# 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 customize their own store.
Start right now at [nextjs.org/commerce](https://nextjs.org/commerce)
Demo live on the [Layer0](https://layer0-docs-nextjs-commerce-default.moovweb-edge.io/)
This project is currently under development.
## Goals and Features
- Performant by default
- SEO Ready
- Internationalization
- Responsive
- UI Components
- Theming
- Standardized Data Hooks
- Integrations - Integrate seamlessly with the most common ecommerce platforms.
- Dark Mode Support
## Running Locally
```
yarn install
layer0 run
```
## Deploying to Layer0
First, sign up for a free account on [Layer0](https://app.layer0.co/signup)
Then run the following to deploy your site:
```
layer0 deploy --team=
```