Docs
Import Demo Data

Import Demo Data

You can import the demo products into your project and see how everything works. Follow the instructions below to import the demo data:

  1. Install sanity cli
npm install sanity
  1. Login to sanity: Run this command and follow the command prompt to login to your Sanity account.
sanity login
  1. Import the data:
sanity dataset import ./demo-data.tar.gz production

Run this on the root of your project. You will see the demo-data.tar.gz file on the root. If everything was done properly you will see the demo products on your site.