Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/regru/babelfish-demo

nodeca/babelfish demo
https://github.com/regru/babelfish-demo

Last synced: 29 days ago
JSON representation

nodeca/babelfish demo

Awesome Lists containing this project

README

        

# Babelfish demo

Shows common principles of internationalization using [nodeca/babelfish](https://github.com/nodeca/babelfish).

Compiled version published on [GitHub Pages](https://regru.github.io/babelfish-demo/).

## How to run

Simply clone this repository and run

```bash
cd $REPO_PATH
npm install -g grunt-cli
npm install
grunt
```

You may need to open compiled `static/index.html`.

## How to publish

Compiled demo may be published on GitHub Pages using

```bash
cd $REPO_PATH
grunt publish
```