Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added instruction for running npm for dev an production
  • Loading branch information
victoryoalli authored Jun 12, 2023
1 parent be7f272 commit aff3ca4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,24 @@ composer install
npm install
```

## Tailwind CSS
## Development
### Tailwind CSS

For development use `--watch`
```bash
npx tailwindcss -i ./public/css/app.css -o ./public/css/build/app.css --watch
```

### Alpine Js & Javascript

```bash
npm run dev
```

## Production

```bash
npm run build
```


0 comments on commit aff3ca4

Please sign in to comment.