Skip to content

mitsu-ksgr/i18ner

Repository files navigation

i18ner

the i18ner is simple localization tool.

Development

Running locally

$ docker-compose build
$ docker-compose up -d

Then open http://localhost:3080/

Commands

# yarn
$ docker-compose run --rm app yarn

# Linter (ESLint)
$ docker-compose run --rm app yarn lint:check
$ docker-compose run --rm app yarn lint:fix

# Formatter (Prettier)
$ docker-compose run --rm app yarn fmt:check
$ docker-compose run --rm app yarn fmt:fix

Built with