Skip to content

Commit

Permalink
change log updated, installation guide updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan committed Sep 15, 2021
1 parent 44ec40b commit f9b3437
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,26 @@ Inspired by https://github.com/vitejs/vite/issues/341

<img src="assets/img/hello-world.jpg" width="100%">

*Note: Tailwind JIT is currently experimental and it is already integrated into included latest Tailwindcss (since v2.1.1)*

## Installation

Unpack and copy folder to your Wordpress installation /wp-content/themes/ folder, or install theme via wp-admin by uploading .zip file and activate the theme.
Then from your console or command prompt go to the theme folder and run **npm install**. Note: NodeJS is requred.

Installation (Node.js installed required):
```bash
npm install
```

Quick commands:
```bash
# dev server start
npm run dev

# production build
npm run build
```


## Setup

Expand Down Expand Up @@ -88,6 +97,14 @@ Happy coding! :)
---
## Changes

### v0.2.6
- Tailwind updated to 2.2.15
- Vite updated to v2.5.7
- Autoprefixer updated to 10.3.4
- PostCSS updated to v8.3.6
- PostCSS-Nested updated to 5.0.6
- IS_VITE_DEVELOPMENT check fix

### v0.2.5
- PostCSS updated to v8.2.14

Expand Down

0 comments on commit f9b3437

Please sign in to comment.