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

https://github.com/killercodemonkey/stencil-quill-example


https://github.com/killercodemonkey/stencil-quill-example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Using stencil-quill with stencil app

## Getting Started

Clone this repo to a new directory:

```bash
npm i
```

and run:

```bash
npm start
```

To build the app for production, run:

```bash
npm run build
```