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
- Host: GitHub
- URL: https://github.com/varnamproject/editor
- Owner: varnamproject
- License: agpl-3.0
- Created: 2020-11-27T09:31:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T22:04:55.000Z (about 3 years ago)
- Last Synced: 2025-03-03T01:32:28.619Z (over 1 year ago)
- Language: Vue
- Size: 606 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```