Sha256: 8b6a600ceacd1ecd5a8ba2b950e6ed25f3b4ce134b151f510f65b53214efa9f9

Contents?: true

Size: 1.58 KB

Versions: 2

Compression:

Stored size: 1.58 KB

Contents

# Character

*Powerful responsive javascript CMS for apps.*


## Quick Start

Application setup:

```coffee
#= require jquery
#= require chr

postsConfig = (data) ->
  itemTitleField: 'title'
  arrayStore: new RestArrayStore({
    path:     '/admin/posts'
    sortBy:   'title'
  })
  formSchema:
    title: { type: 'string' }
    body:  { type: 'text'   }

$ ->
  config =
    modules:
      posts: postsConfig()

  chr.start(config)
```

Styles setup:

```scss
@import "normalize-rails";
@import "chr";
```


## Documentation

* [Start with Rails](docs/rails.md)
* [Bootstrap Data](docs/bootstrap.md)

More documentation and samples comming soon...


## Character family:

- [Character](https://github.com/slate-studio/chr): Powerful responsive javascript CMS for apps
- [Mongosteen](https://github.com/slate-studio/mongosteen): An easy way to add RESTful actions for Mongoid models
- [Inverter](https://github.com/slate-studio/inverter): An easy way to connect Rails templates content to Character CMS
- [Loft](https://github.com/slate-studio/loft): Media assets manager for Character CMS


## License

Copyright © 2015 [Slate Studio, LLC](http://slatestudio.com). Character is free software, and may be redistributed under the terms specified in the [license](LICENSE.md).


## About Slate Studio

[![Slate Studio](https://slate-git-images.s3-us-west-1.amazonaws.com/slate.png)](http://slatestudio.com)

Character is maintained and funded by [Slate Studio, LLC](http://slatestudio.com). Tweet your questions or suggestions to [@slatestudio](https://twitter.com/slatestudio) and while you’re at it follow us too.




Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chr-0.2.8 README.md
chr-0.2.7 README.md