Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```