Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.