Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.19 KB

Pre-release of a technical proto for 6aika Decisions API React Client.

Install Instructions

Install with NPM

  1. git clone https://github.com/Codecontrol-Oy/Kuudesaika
  2. cd Kuudesaika
  3. npm install
  4. npm start

The service will be published by default at port 8080.

Install locally on a mac

This is a client-only app that does not require other server environment than the API service. With Brew it's easy:

  1. brew install npm
  2. git clone https://github.com/Codecontrol-Oy/Kuudesaika
  3. cd Kuudesaika
  4. npm install

This takes a while.

  1. npm start

The service will be published by default at port 8080. The app generates deep links to documents dynamically from the data you donwload. If you were to want to make a version of the app that uses static html files, even a local web server would not be required.

  1. Open localhost port 8080: http://localhost:8080

Install with Docker

  1. docker pull codecontrol/kuudesaika
  2. docker run -itd -p 8080:8080 --name kuudesaika codecontrol/kuudesaika

The app is using just basically React and Grommet. New features are easy to add with Grommet. For more info, see Grommet demo. Happy hacking!