Skip to content

Commit ec25d4d

Browse files
docs: update readme
1 parent ae4512a commit ec25d4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd react-typescript-tailwind-starter
5050

5151
#### Install dependencies:
5252
```bash
53-
npm install
53+
pnpm install
5454
```
5555

5656
### Usage
@@ -61,7 +61,7 @@ cp .env.local .env.sample
6161

6262
#### Start the dev server
6363
```bash
64-
npm run start:dev
64+
pnpm dev
6565
```
6666
Visit [http://localhost:5173](http://localhost:5173) in your browser to see the app.
6767

@@ -70,9 +70,9 @@ Visit [http://localhost:5173](http://localhost:5173) in your browser to see the
7070
- There is a default ```extensions.json``` in the ```.vscode``` folder with some recommended extensions which you can also change as per your requirements.
7171

7272
### Scripts
73-
- ```start:dev```: Run the vite development server.
74-
- ```build:prod```: Build the project for production.
75-
- ```start:prod```: Start the project in production mode.
73+
- ```dev```: Run the vite development server.
74+
- ```build```: Build the project for production.
75+
- ```start```: Start the project in production mode.
7676
- ```build:staging```: Build the project in staging mode (uses .env.staging for the environment).
7777
- ```start:staging```: Start the project in staging mode.
7878
- ```lint```: Run linting on your project (for more details see the [Linting and Formatting](#linting-and-formatting) section)

0 commit comments

Comments
 (0)