Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 822 Bytes

quick_start.rst

File metadata and controls

32 lines (20 loc) · 822 Bytes

Quick Start

For an easy Setup, we commend you use the :

Simply install chainshot-builder globally using npm, then run it from your new content repository!

npm install -g chainshot-builder
mkdir myContentRepository
cd myContentRepository
chainshot-builder init

And that's it!

The Builder CLI will spin up the IDE for you. Any changes you make within the UI will be written to your file system.

Simply commit any changes up to Github (create_git_repo) and then link ChainShot to your Github account (linking_github)!

If you'd like to develop on the Builder itself, check out builder_development.