Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknug authored Jun 7, 2021
1 parent 445b8c2 commit 827519d
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
@@ -1,4 +1,4 @@
[![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)
[![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)
# tailwindcss-parcel-boilerplate

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.
Expand All @@ -7,9 +7,9 @@ Right now it's using `postcss-cli` to watch Tailwind's config file because I cou

## Usage

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

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

0 comments on commit 827519d

Please sign in to comment.