Skip to content

Commit

Permalink
Update readme (#130)
Browse files Browse the repository at this point in the history
* Updates to standardize template for Sanity's template init

* Try new validator syntax

* Update the validator to the exact version

* Remove BAK Readme

* Remove packageManager from package.json

* Update .env with SANITY_STUDIO_STUDIO_HOST

* Remember to save the README... Kind of important

* Remove "engine" from package.json

* Updates

* downgrade remix packages to be compatible with @vercel/remix

* update readme

* Update template script
  • Loading branch information
kenjonespizza authored Dec 18, 2024
1 parent 3cb9394 commit 0307842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ https://sanity-template-remix-clean.sanity.build

## Getting Started

### Install the template
### Installing the template

#### 1. Initialize template with Sanity CLI

Expand All @@ -25,7 +25,7 @@ Run the command in your Terminal to initialize this template on your local compu
See the documentation if you are [having issues with the CLI](https://www.sanity.io/help/cli-errors).

```shell
npm create sanity@latest -- --template sanity-template-remix-clean
npm create sanity@latest -- --template sanity-io/sanity-template-remix-clean
```

#### 2. Run the application and Sanity Studio
Expand Down

0 comments on commit 0307842

Please sign in to comment.