https://github.com/ecomplus/storefront-cms
Content and page builder for Storefront based on Netlify CMS
https://github.com/ecomplus/storefront-cms
Last synced: 8 months ago
JSON representation
Content and page builder for Storefront based on Netlify CMS
- Host: GitHub
- URL: https://github.com/ecomplus/storefront-cms
- Owner: ecomplus
- License: mit
- Created: 2021-12-20T01:20:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T21:59:58.000Z (almost 3 years ago)
- Last Synced: 2025-05-16T01:33:57.666Z (9 months ago)
- Language: TypeScript
- Size: 28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Storefront CMS
Content and **page builder** for [Storefront](https://github.com/ecomplus/storefront) based on [Netlify CMS](https://www.netlifycms.org/)
## Development
```bash
cd netlify-cms*
yarn
yarn bootstrap
yarn start
```
## Build
```bash
yarn build:app
```