Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjonespizza committed Dec 18, 2024
1 parent 22233bc commit ee907c2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://sanity-template-angular-clean.sanity.build

## Getting Started

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

#### 1. Initialize template with Sanity CLI

Expand All @@ -27,19 +27,15 @@ See the documentation if you are [having issues with the CLI](https://www.sanity
npm create sanity@latest -- --template sanity-template-angular-clean
```

#### 2. Configure your Angular environment variables

Copy your project ID and dataset name to the variables into `/angular-app/src/environments/environments.ts`.

#### 3. Run the application and Sanity Studio
#### 2. Run the application and Sanity Studio

Navigate back to the template's root directory and start the development servers by running the following command

```shell
npm run dev
```

#### 4. Open the app and sign in to the Studio
#### 3. Open the app and sign in to the Studio

Open the Angular app running locally in your browser on [http://localhost:4200](http://localhost:4200).

Expand Down

0 comments on commit ee907c2

Please sign in to comment.