/kitsu-web

:fire: Ember.js app for Kitsu

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Kitsu Client

Crowdin Test Status Deploy Status Code Climate Test Coverage


This is our client repository. It contains the Ember.js application for Kitsu.
Check out the tools, mobile, server and api docs repositories.


Getting Started

Installing Dependencies

  • yarn

Running Ember App

  • yarn start (default port 4200)
  • yarn start --port 4201

Running Tests

  • yarn test (tap reporter)
  • yarn test:ci (dot reporter)

Contributing

Check out the main repo for information on setting up a development environment and contributing.

Translations

We use CrowdIn to handle translations, head on over to crowdin.com/project/kitsu-web to suggest changes or add new translations.

Translations use the ICU Message Syntax format. Read the syntax documentation.

Issues

Looking to create an issue? Open a bug report or feature request on Kitsu.

Contributors