Skip to content

Quick Start

Running this experiment locally

Clone this repository

Terminal window
git clone [email protected]:awesome-algorand/store-kit.git

Change into the directory

Terminal window
cd store-kit

Install the dependencies

Terminal window
algokit bootstrap all

Ensure algokit is running

Terminal window
algokit localnet start

Run the demo

Terminal window
algokit project deploy

Run the documentation

Terminal window
npm run dev