A React application that converts Gregorian years into traditional Japanese years. The conversion is powered by the Nengo library.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to install the project you will first need npm which can be installed by following the instructions here.
To install nengo-site, first we need to install all the npm packages is uses:
npm install
Then to run the development environment on your computer fun the following command:
npm run start
This should open up a tab in your default browser displaying the site.
To run the tests:
npm run test
We use prettier to lint our JavaScript code. These are run every time there is a commit via a pre commit hook.
- Kevin Adu-Sarkodie - Initial work - KevinAdu
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details