You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://percy.io/nug-oss/tailwindcss-parcel-boilerplate)
1
+
[](https://app.netlify.com/sites/tailwindcss-parcel-boilerplate/deploys)[](https://percy.io/nug-oss/tailwindcss-parcel-boilerplate)
2
2
# tailwindcss-parcel-boilerplate
3
3
4
4
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
7
7
8
8
## Usage
9
9
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.
11
11
12
12
-**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>
14
14
-**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