Skip to content

Sanity CMS

Bridget edited this page Sep 13, 2024 · 5 revisions

Steps to Keep Your Sanity While Working on This Project

(thank you Andrea for the pun)

Helpful Resources

How to connect vue3 with sanity3

Build a REAL-TIME News Feed App with Vue JS, Sanity.io & Tailwind CSS

Sanity Docs

How to Access Sanity Studio

  1. (I recommend running these steps in a new terminal)
  2. If you haven't already, run cd siths-redesign
  3. Then, run cd studio
  4. Run npm i—Note: you only need to run this once per device, as this installs the depencies for the project on the device
  5. Lastly, run npm run dev
  6. 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.
Clone this wiki locally