Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Needs pnpm in the current state for some reason.
  • Loading branch information
wmeddie authored Mar 16, 2024
1 parent 2b58d0c commit 9137eae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ cd technologic
Install the dependencies:

```
npm install
pnpm install
```

Start the development server:
```
npm run dev
pnpm run dev
```

## Configuration
Expand All @@ -70,10 +70,10 @@ sidebar.
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev
pnpm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
pnpm run dev -- --open
```

## Usage
Expand Down

0 comments on commit 9137eae

Please sign in to comment.