- git clone https://github.com/Codecontrol-Oy/Kuudesaika
- cd Kuudesaika
- npm install
- npm start
The service will be published by default at port 8080.
This is a client-only app that does not require other server environment than the API service. With Brew it's easy:
- brew install npm
- git clone https://github.com/Codecontrol-Oy/Kuudesaika
- cd Kuudesaika
- npm install
This takes a while.
- 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.
- Open localhost port 8080: http://localhost:8080
- docker pull codecontrol/kuudesaika
- 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!