Creating Project

In this guide, we will help you setup how to manually create a project in Sanity CMS.

First, Login to your sanity and visit: https://www.sanity.io/manage?new-project

Image

This will open-up a Popup as shown as above. Here, you can enter the Project Name and Choose organization this project belongs to.

Now, it will ask: How do you want to set up your project?

Choose the option: From scratch with CLI

Now, click on "Create Project" and you will see the new project created in your dashboard.

Once you click on that project, you will see the project id with a "Copy" icon. Click on the icon to copy your project id.

Now, you can add this ID to your template's .env.local file.

Finally, to add dummy data to your sanity database, check the Import Data section on the Configuration Page.