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

https://github.com/varnamproject/editor

A JavaScript frontend editor for Varnam. Used in website and desktop app
https://github.com/varnamproject/editor

Last synced: 5 months ago
JSON representation

A JavaScript frontend editor for Varnam. Used in website and desktop app

Awesome Lists containing this project

README

          

# Varnam Editor

Browser & Desktop compatible editor frontend for [Varnam](https://TypeIndianLang.Online).

## Features

* Fully compatible with [varnamd](https://github.com/varnamproject/varnamd)
* Uses browser IndexedDB for storing custom words user like (Offline words)

## Project Setup

Install dependencies :
```
npm install
```
Compiles and hot-reloads for development :
```
npm run serve
```
Compiles and minifies for production :
```
npm run build
```
### Lints and fixes files
```
npm run lint
```