Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brettgullan/kelmscott
Developer tools for building content-driven, React-based front-end applications.
https://github.com/brettgullan/kelmscott
architecture cms cms-backend front-end frontend gatsby graphql json nextjs react static-site-generator
Last synced: about 2 months ago
JSON representation
Developer tools for building content-driven, React-based front-end applications.
- Host: GitHub
- URL: https://github.com/brettgullan/kelmscott
- Owner: brettgullan
- Created: 2020-08-03T05:05:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:14:12.000Z (almost 2 years ago)
- Last Synced: 2024-09-19T05:21:59.550Z (4 months ago)
- Topics: architecture, cms, cms-backend, front-end, frontend, gatsby, graphql, json, nextjs, react, static-site-generator
- Language: JavaScript
- Homepage: https://kelmscott.digital
- Size: 5.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kelmscott combines a range of best-of-breed technologies and methodologies to provide an architecture for building rich content-driven experiences — on the web, on mobile and beyond.
Visit [Kelmscott.digital](https://kelmscott.digital).
---
## Development
### Building Packages
Use **Lerna** to build packages, e.g.:
```shell
$ lerna run build
```... or to build individual packages:
```shell
$ lerna run --scope @kelmscott/caster build
```