Skip to content

nftpixels/docs.skale.network

 
 

Repository files navigation

Docs

Requirements:

  • Node v14 LTS

UI Development

For UI development serving examples from ui/preview-src, install npm libraries in the ui folder and run the development environment:

cd ui
yarn
yarn dev

Run from scratch

To pull from live repos in the playbook and serve from the UI bundle, first install ui npm libraries to allow the bundle to be built. Then cd into the parent folder, install the libraries and prepare the bundle. Then run the playbook and serve the files.

yarn
yarn prepare:ui     # build UI
yarn prepare:docs   # build docs
yarn serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.6%
  • JavaScript 35.8%
  • Handlebars 19.6%