Skip to content

hydroscan/hydroscan-web

Repository files navigation

HydroScan Client

CircleCI Docker Cloud Automated build Docker Cloud Build Status Uptime Robot status

A server-rendering single page client application built with React and Typescript. Connects to the HydroScan API for data.

Requirements

Getting Started

Simply install the dependencies and start the server. The .env file should point to a running instance of the HydroScan API.

$ cp .env.sample .env
$ npm install
$ npm run start

Contributing

  1. Fork it (https://github.com/hydroscan/hydroscan-web/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Releases

No releases published

Packages

No packages published

Languages