/website

source code of cinuru website https://cinuru.com

Primary LanguageJavaScript

Cinuru Website

This is the website of Cinuru Research. It is life at cinuru.com

Development

Code of the Cinuru website.

The website is build with Phenomic, a static site generator based on React components. Styles are written with styled-components.

Dependencies are manages with yarn (or npm). To install the dependencies, simply run yarn install. To start a development server with life reloading, run yarn start.

To deploy, simply push to master.