cargo build --releaseThis will install and clone the polkadot-sdk repository if the folder did not exist
$ dot install This command will start the node using omni-node with westend assethub chain-spec
$ dot serveAn option to run a template node can also be used
- minimal template
- parachain template
- solochain template
To run a template node $ dot install --template {template}
This will compile and start the template node in development mode
$ dot install --template solochain