You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be a great idea (thnx @shawntabrizi ) to have an npx or npm create script that the user would be able to setup fastly a react app (maybe even include polkadotjs-api, or polkadot-api or light client/substrate-connect setup) and polkadot-cloud, for a user to start working on his dApp idea.
Something similar to npm create vite@latest - e.g. npm create polkadot-cloud-template:
An example:
~ npm create polkadot-cloud-app@latest
- Which API you want to use?
[ ] PolkadotJs API
[ ] Polkadot API
- Chose your @polkadot-cloud theme?
[ ] Polkadot
[ ] Kusama
[ ] Other (custom)
- Choose menu Layout
[ ] Left
[ ] Right
[ ] Top
- Is menu collapsable?
[ ] Yes
[ ] No
The text was updated successfully, but these errors were encountered:
It will be a great idea (thnx @shawntabrizi ) to have an
npx
ornpm create
script that the user would be able to setup fastly a react app (maybe even includepolkadotjs-api
, orpolkadot-api
orlight client/substrate-connect
setup) and polkadot-cloud, for a user to start working on his dApp idea.Something similar to
npm create vite@latest
- e.g.npm create polkadot-cloud-template
:An example:
The text was updated successfully, but these errors were encountered: