Skip to content
/ docs Public
forked from kodadot/developers

We need document our KodaDot engine

License

Notifications You must be signed in to change notification settings

thea-exe/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docs

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 reccomend using Github Desktop
  • Installed NodeJs, 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

npm i
npm run docs:dev
  • IF do you like yarn (optional)
yarn
yarn docs:dev

How to Edit

  • Anytime you edit *.md file, hit save and you should see new rendered version in your browser

Deployment

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

About

We need document our KodaDot engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%