-
Notifications
You must be signed in to change notification settings - Fork 0
Sanity CMS
Bridget edited this page Sep 13, 2024
·
5 revisions
(thank you Andrea for the pun)
How to connect vue3 with sanity3
Build a REAL-TIME News Feed App with Vue JS, Sanity.io & Tailwind CSS
- (I recommend running these steps in a new terminal)
- If you haven't already, run
cd siths-redesign
- Then, run
cd studio
- Run
npm i
—Note: you only need to run this once per device, as this installs the depencies for the project on the device - Lastly, run
npm run dev
- Congratulations, you have just accessed Sanity studio! Fill out any authorization Sanity may require of you to log into the account/dashboard. By default, Sanity will always run on localhost:3333 and the project's frontend will run on localhost:5173 or similar.