https://github.com/kodadot/developers
Resources for developers about KodaDot open source tooling for NFTs
https://github.com/kodadot/developers
documentation erc6551 nft-data nft-gallery nft-marketplace nft-minting
Last synced: 3 months ago
JSON representation
Resources for developers about KodaDot open source tooling for NFTs
- Host: GitHub
- URL: https://github.com/kodadot/developers
- Owner: kodadot
- License: unlicense
- Created: 2022-01-25T12:47:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T11:55:37.000Z (over 1 year ago)
- Last Synced: 2025-04-04T18:51:57.127Z (6 months ago)
- Topics: documentation, erc6551, nft-data, nft-gallery, nft-marketplace, nft-minting
- Language: TypeScript
- Homepage: https://developers.kodadot.xyz
- Size: 94.6 MB
- Stars: 6
- Watchers: 3
- Forks: 12
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs
We warmly welcome your contribution!
---
We need to document our KodaDot engine running at https://kodadot.xyz with repository at https://github.com/kodadot/nft-gallery/
It's accessible at https://docs.kodadot.xyz### Requirements
- Having GIT client, we recommend using [Github Desktop](https://desktop.github.com/)
- Installed [NodeJs](https://nodejs.org/en/), we reccomend to use LTS version### To run it locally
- clone git repository locally
- Easy - best through Github Desktop, clone `git@github.com:kodadot/docs.git`
- Hard - in command line, run `git clone git@github.com:kodadot/docs.git`- open directory `docs/` in your command line
- in same command line run commands bellow```bash
npm i
npm run docs:dev
```
- IF do you like yarn (optional)
```bash
yarn
yarn docs:dev
```- Then navigate in your browser to the https://localhost:8080
- You'll see preview of your current **docs** running### How to Edit
- Anytime you edit **\*.md** file, hit save and you should see new rendered version in your browser#### Deployment
```bash
yarn docs:build
```# How to add and modify?
Learn at https://v2.vuepress.vuejs.org/guide/markdown.html
### Migration KodaDot knowledge base from other sources
Our old resources to be migrated here- https://kodadot.gitbook.io/
- https://github.com/kodadot/nft-gallery/wiki