LikeDAO is a web app to facilitate participation and discussion in LikeCoin Chain's governance.
Built using React, GraphQL, Golang and PostgreSQL. Deployed with Kubernetes and Helm.
See Architecture Docs for more details.
make setup
docker-compose up
# In another tab
make -C react-app dev
Then visit http://localhost:3000
- asdf https://asdf-vm.com/#/core-manage-asdf?id=install
- Docker Compose https://docs.docker.com/compose/install/
- Golang 1.18
- Node 16
- Yarn 1.22.17
Managed by asdf
Please visit here for more information
Please visit here for more information
Please visit here for more information
Pick what version you would like to deploy, or build the images yourself as follow.
- Run
make docker-build
- Run
make docker-push
After ensure the images are in place, follow the instruction in deploy folder.