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:
- Install sanity cli
npm install sanity
- Login to sanity: Run this command and follow the command prompt to login to your Sanity account.
sanity login
- 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.