Skip to content

Commit 827519d

Browse files
authored
Update README.md
1 parent 445b8c2 commit 827519d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/nug-oss/tailwindcss-parcel-boilerplate)
1+
[![Netlify Status](https://api.netlify.com/api/v1/badges/84c04c4b-409f-48a3-8945-19a0741fc1b5/deploy-status)](https://app.netlify.com/sites/tailwindcss-parcel-boilerplate/deploys) [![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/nug-oss/tailwindcss-parcel-boilerplate)
22
# tailwindcss-parcel-boilerplate
33

44
This is just a couple lines of code on a bunch of files showing how to use [Parcel](https://parceljs.org/) and [TailwindCSS](https://tailwindcss.com/) together.
@@ -7,9 +7,9 @@ Right now it's using `postcss-cli` to watch Tailwind's config file because I cou
77

88
## Usage
99

10-
Just fork this repository, run `yarn` and you should be ready to go.
10+
Clone this repository, run `pnpm install` and you should be ready to go.
1111

1212
- **Development:**
13-
`yarn start` will run a development server with hot reloading at <localhost:1234>
13+
`pnpm start` will run a development server with hot reloading at <localhost:1234>
1414
- **Production:**
15-
`yarn build` will bundle everything up on your `/dist` folder
15+
`pnpm build` will bundle everything up on your `/dist` folder

0 commit comments

Comments
 (0)