Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 723 Bytes

Politeia GUI

Development

With mock APIs

yarn && yarn uidev

Against politeiawww

yarn && yarn start

Production

yarn && yarn build
ls build

Docker

politeia can be hosted in a docker container. To build the site and the docker container:

$ ./build_docker.sh

The container can then be run with

$ docker run -d --rm -p <local port>:80 decred/politeiagui-serve:latest

This project was bootstrapped with Create React App. You can find the most recent version of this guide here.