Skip to content

Luigi2110/nft-gallery

 
 

Repository files navigation

🖼👀 NFT Market/Gallery on Kusama & Polkadot

All Contributors

Social medias

Readings 📚

Demo version ▶️

Development 🏗

Contribution is welcome!

We are using yarn workspace, as installing things via npm will result in broken dependencies.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Matej Nemček

💻

Viki Val

🔬

Jarek Krupiński

💻

Mikhail Krasnoselskii

🌍

jimmy-tudeski

🌍

Harry

🌍

Jiri Rozinek

🌍

Summer2040

🌍

achrafchi

🌍

lunacek

🌍

razi429

🌍

Snyk bot

🛡️

joaopscastro

🌍

anindyabaidya

🌍

Onuwa Nnachi Isaac

💻

Ferhat Sirin

🌍

hernanvqt

🌍

Martin Tonhauzer

🌍

katongo11

🌍

kzyxyz

🌍

yacare555

💻

Ryan Gordon

💻

Takamasa Arakawa

💻

dependabot[bot]

🛡️

allcontributors[bot]

📢

Made with contributors-img.

🕹 Play

git clone [email protected]:kodadot/nft-gallery.git
cd dashboard;yarn
yarn serve
open http://localhost:9090/

🙋‍♀️ I want to contribute

Sure, your contribution is welcome. Please follow code of conduct and contribution guidelines

Support the project ⭐

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. 🙏

🐳 Docker

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.9%
  • TypeScript 26.0%
  • HTML 0.6%
  • JavaScript 0.3%
  • Dockerfile 0.1%
  • SCSS 0.1%