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

https://github.com/leam-tech/renovation-core

The Frappe Javascript Front End Missing SDK
https://github.com/leam-tech/renovation-core

erpnext frappe frappe-bench javascript-library

Last synced: 11 days ago
JSON representation

The Frappe Javascript Front End Missing SDK

Awesome Lists containing this project

README

          

# Renovation Core

The Frappe Javascript Front End Missing SDK.

## Getting Started

### Javascript / TypeScript
Installation
Renovation Core is available as an npm package and can be installed using:
```bash
npm i --save @leam-tech/renovation-core
```

### Backend
Although you don't have to install any backend for renovation-core to work, if you want to have full access to the features we offer you'd have to install renovation_core app in your site. You can do that using:

```bash
bench get-app renovation_core https://github.com/leam-tech/renovation_core.git
```

## Documentation

[Renovation Documentation](https://renovation.leam.dev/)