This repository contains the source code for the karpatkey dapps.
TODO: Complete
TODO: Complete
Follow below commands to get the app up and running in docker container
docker build -t dharmendrakariya/reports:test .
docker run -p 3000:3000 dharmendrakariya/reports:test
- App will be up and running on http://localhost:3000/
Follow below commands to get the app up and running in docker container, before add the proper args configuration to the command.
Build the image
docker build -f Dockerfile.reports.dev -t reports:dev --build-arg REACT_DATA_WAREHOUSE_ENV=...
Execute the image
docker run -dp 127.0.0.1:3000:3000 reports:dev
Check that everything is working fine
docker exec -it CONTAINER_ID /bin/sh
- Create report dApp. In progress
- Integrate new design. In progress
- Create revoker dApp.
- Create panic button dApp.
Any and every contribution is welcomed and appreciated.
Check out the readme Data documentation for more details.