https://github.com/ecomplus/storefront-cms
Content and page builder for Storefront based on Netlify CMS
https://github.com/ecomplus/storefront-cms
Last synced: 5 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T21:59:58.000Z (about 2 years ago)
- Last Synced: 2025-04-22T05:19:20.033Z (29 days 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
```