Skip to content

Commit

Permalink
Fix: update readme to use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Vivash authored and Andrew Vivash committed Feb 1, 2024
1 parent 41bfc88 commit d623d13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The [Publish action](https://github.com/fission-suite/landing-page/actions/workf
Install dependencies

```bash
yarn
npm i
```

# Create .env
Expand All @@ -30,7 +30,7 @@ SITE_URL=http://localhost:8080
Start the development server

```bash
yarn start
npm run start
```

This will grab all posts and images and the site will be running at `https://localhost:8080`
Expand All @@ -42,5 +42,5 @@ You can disable the default Ghost Handlebars Theme front-end by enabling the `Ma

```bash
# Build the site locally
yarn build
npm run build
```

0 comments on commit d623d13

Please sign in to comment.