Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

AI4Bharat/Varnam-Transliteration-UI

Repository files navigation

Xlit - Transliteration UI

Contains Transliteration Editor (forked from Varnam Project)

Hosting UI

Building static files

  1. npm install
  2. npm run build (will be built in docs folder)

Serving locally

  1. npm run start

Serving on GCP App Engine

  1. gcloud app deploy app.yaml
  2. Optional: gcloud app deploy dispatch.yaml (To link domain)

Hosting API