sanity-io / sanity-template-astro-clean

Clean starter template with Astro
https://template-astro-clean.sanity.build/
119 stars 39 forks source link

adding clarity around install instructions #13

Closed jeremyzilar closed 1 year ago

jeremyzilar commented 1 year ago

I am adding a few changes to make the install instructions a little more clear.

Previously, it seemed like you needed to run npm create sanity@latest init --env from both the /app and /studio folders, when it looks like you only need to run that command from the /studio folder.

It was also not clear where to run npm run dev, so I indicated that it should also be ran from both folders.

Hope this is helpful.

vercel[bot] commented 1 year ago

@jeremyzilar is attempting to deploy a commit to the Sanity Team on Vercel.

A member of the Team first needs to authorize it.

kmelve commented 1 year ago

We have now updated this template and fixed these issues. Thanks for the PR, though!