https://github.com/varnamproject/varnamproject.github.io
New website for Varnam
https://github.com/varnamproject/varnamproject.github.io
ime india indian input-method linux mac windows
Last synced: 7 months ago
JSON representation
New website for Varnam
- Host: GitHub
- URL: https://github.com/varnamproject/varnamproject.github.io
- Owner: varnamproject
- Created: 2020-11-27T09:36:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T20:20:20.000Z (about 1 year ago)
- Last Synced: 2024-07-14T21:24:32.100Z (about 1 year ago)
- Topics: ime, india, indian, input-method, linux, mac, windows
- Language: HTML
- Homepage: https://varnamproject.github.io/
- Size: 8.07 MB
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Varnam
Easily type Indian languages on the web, desktop and mobile.
[New Website](https://varnamproject.github.io/)
This repo holds the new website for Varnam.
## Varnam Project
Repos working on (ordered by layer. From package to the library) :
* This repo - The new Varnam Website
* [varnam-flatpak](https://github.com/subins2000/varnam-flatpak) - Flatpak package for Varnam Editor (Linux)
* [varnam-desktop](https://github.com/varnamproject/desktop) - Cross-platform Desktop app for Varnam Editor (Go)
* [varnam-editor](https://github.com/varnamproject/editor) - Browser editor frontend for Varnam (VueJS)
* [varnam-review](https://github.com/subins2000/varnam-review) - Crowdsourced review platform for words in Varnam (NodeJS)
* [varnamd](https://github.com/subins2000/varnamd) - Varnam HTTP server daemon (Go)
* [GoVarnam](https://github.com/varnamproject/govarnam) - The core library (C)## Development
Requires hugo extended version.
Install dependencies and run hugo server to play with the code :
```
git submodule update --init --recursive --remote
hugo server
```