https://github.com/maccath/japanese-counting
A game for counting in Japanese...
https://github.com/maccath/japanese-counting
counting japanese kanji languages numerals
Last synced: 2 months ago
JSON representation
A game for counting in Japanese...
- Host: GitHub
- URL: https://github.com/maccath/japanese-counting
- Owner: maccath
- Created: 2017-02-23T20:29:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T20:05:40.000Z (about 8 years ago)
- Last Synced: 2025-03-06T08:35:53.494Z (3 months ago)
- Topics: counting, japanese, kanji, languages, numerals
- Language: PHP
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Japanese Counting
[](https://travis-ci.org/maccath/japanese-counting)
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.