- The First Multilingual NFT Gallery in Polkadot ecosystem running live on Kusama
- Read our story, how we started.
- Traverse to the prime show
- π©β
βοΈ Stable release
We are using yarn
workspace, as installing things via npm will result in broken dependencies.
Thanks goes to these wonderful people (emoji key):
Made with contributors-img.
git clone git@github.com:kodadot/nft-gallery.git
cd dashboard;yarn
yarn serve
open http://localhost:9090/
Sure, your contribution is welcome. Please follow code of conduct and contribution guidelines
If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. π
If you want just to try out our KodaDot on Kusama and have full local setup with local node, we assume you have docker and docker-compose installed. We have are building images from develop and master branch
You need to make yourself be in /dashboard
directory first
docker-compose pull && docker-compose up
If you want to run just KodaDot
docker-compose up kodadot
Build docker image of KodaDot
docker build -t hello/kodadot .
Run it locally and then visit localhost:9090
docker run -it -p 8080:8080 --rm --name hellokodadot hello/kodadot