Skip to content

maccath/japanese-counting

Repository files navigation

Japanese Counting

Build Status

An application to display the innumerable ways of counting in the Japanese language.

Installation

Assumption: you have installed Composer globally.

After checking out this repository, navigate to its directory and run:

composer install

To run the application in development, you can also run this command:

composer start

Testing

You can run the test suite by using:

composer test

Or just phpunit to run PHPUnit tests.