Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paperbits/paperbits-demo
This repository shows an example how developers can use Paperbits to build web apps with rich content authoring capabilities.
https://github.com/paperbits/paperbits-demo
content-builder content-management demo email-builder form-builder knockout paperbits website-builder website-generator
Last synced: 3 months ago
JSON representation
This repository shows an example how developers can use Paperbits to build web apps with rich content authoring capabilities.
- Host: GitHub
- URL: https://github.com/paperbits/paperbits-demo
- Owner: paperbits
- License: mit
- Created: 2016-06-29T06:03:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T22:24:20.000Z (8 months ago)
- Last Synced: 2024-04-13T21:57:41.343Z (7 months ago)
- Topics: content-builder, content-management, demo, email-builder, form-builder, knockout, paperbits, website-builder, website-generator
- Language: SCSS
- Homepage: https://demo.paperbits.io
- Size: 7.62 MB
- Stars: 279
- Watchers: 18
- Forks: 90
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Paperbits demo
This repository contains an example of how using Paperbits you can enable advanced content authoring tools in your web apps.[Live demo](https://demo.paperbits.io)
[![Join the chat at https://gitter.im/paperbits/discussions](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/paperbits/discussions)
[![Build status](https://dev.azure.com/paperbits/Paperbits/_apis/build/status/PR%20build%20-%20paperbits-demo)](https://dev.azure.com/paperbits/Paperbits/_build/latest?definitionId=4)## Quick start
To run demo website locally, you'll need to:1. Clone the demo project from GitHub:
```
git clone https://github.com/paperbits/paperbits-demo.git
```2. Switch into just cloned directory:
```bash
cd paperbits-demo
```3. Install packages required for work:
```bash
npm install
```4. Run demo site:
```bash
npm start
```## What's next?
[Getting started](https://paperbits.io/wiki/get-started)
[Blog](https://paperbits.io/blog)
[Contributing guide](https://paperbits.io/contributing)
## License
Use of this source code is governed by an MIT-style license that can be found in the LICENSE file and at https://paperbits.io/license/mit.2022 (c) Copyright Paperbits. All Rights Reserved.