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
- Having GIT client, we recommend using Github Desktop
- Installed NodeJs, we reccomend to use LTS version
-
clone git repository locally
- Easy - best through Github Desktop, clone
[email protected]:kodadot/docs.git
- Hard - in command line, run
git clone [email protected]:kodadot/docs.git
- Easy - best through Github Desktop, clone
-
open directory
docs/
in your command line -
in same command line run commands bellow
npm i
npm run docs:dev
- IF do you like yarn (optional)
yarn
yarn docs:dev
- Then navigate in your browser to the https://localhost:8080
- You'll see preview of your current docs running
- Anytime you edit *.md file, hit save and you should see new rendered version in your browser
yarn docs:build
Learn at https://v2.vuepress.vuejs.org/guide/markdown.html
Our old resources to be migrated here