KevinAdu / nengo-site

Small site to demonstrate the nengo library

Home Page:http://nengo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nengo Site

A React application that converts Gregorian years into traditional Japanese years. The conversion is powered by the Nengo library.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to install the project you will first need npm which can be installed by following the instructions here.

Installing

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.

Running the tests

To run the tests:

npm run test

Coding style

We use prettier to lint our JavaScript code. These are run every time there is a commit via a pre commit hook.

Authors

  • Kevin Adu-Sarkodie - Initial work - KevinAdu

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Small site to demonstrate the nengo library

http://nengo.io

License:MIT License


Languages

Language:TypeScript 54.9%Language:SCSS 32.7%Language:HTML 8.0%Language:JavaScript 4.4%