Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/regru/babelfish-demo
- Owner: regru
- Created: 2014-06-05T10:02:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T20:09:42.000Z (about 10 years ago)
- Last Synced: 2024-04-17T05:50:32.318Z (9 months ago)
- Language: CoffeeScript
- Homepage: https://regru.github.io/babelfish-demo/
- Size: 2.03 MB
- Stars: 2
- Watchers: 30
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```