Skip to content

Commit

Permalink
adding docu for tailwind viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
michelwaechter authored Dec 23, 2021
1 parent 181c5ad commit 76a85bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Nuxt 3 & Tailwind 3 Starter

Including tailwindConfig and Tailwind Config Viewer!

Be patient, this is just a Beta version of Nuxt3.

For Nuxt3 Installation and configuration I recommend to look at the [documentation](https://v3.nuxtjs.org).
Expand All @@ -19,6 +21,8 @@ yarn install

Start the development server on http://localhost:3000

Parallel there will be a Tailwind Config Viewer on http://localhost:3001

```bash
yarn dev
```
Expand All @@ -31,4 +35,4 @@ Build the application for production:
yarn build
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).

0 comments on commit 76a85bb

Please sign in to comment.