A flexible online playground for Solidity smart contract, inspired by remix-IDE and react-live
- 
Check demo website: https://demo.solive.dev
 - 
build demo: demo
 
- 
Check doc website: https://solive.dev
 - 
build doc: doc
 
- First install dependencies
 
pnpm install- Then start library dev (or use 
nx run <pkgname>:<command>) 
pnpm start:lib
# or
nx run solive-core:start
# note:Core requires additional starting CSS
nx run solive-core:start:css- Then start demo/doc dev
 
pnpm start:demo
# or
pnpm start:doc