Skip to content

Commit

Permalink
Release v1.0.20 - Update DOCS
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Apr 29, 2024
1 parent 44340bd commit c5b0f1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [1.0.20] 2024-04-29
### Changes

- Updated DOCS (readme)

## [1.0.19] 2024-04-17
### Changes

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,13 @@ $ pip install -r requirements.txt

> 👉 Install **Tailwind/Flowbite** (another terminal)
> **Node Version**: `v18.20.0` or above
Tested with **Node** `v18.20.0` (use at least this version or above)

```bash
$ npm install
$ npm run dev
$ npx tailwindcss -i ./static/assets/style.css -o ./static/dist/css/output.css --watch
$ npx tailwindcss -i ./static/assets/style.css -o ./static/dist/css/output.css --watch # DEVELOPER
$ npx tailwindcss -i ./static/assets/style.css -o ./static/dist/css/output.css # PRODUCTION
```

> 👉 Migrate DB
Expand Down

0 comments on commit c5b0f1a

Please sign in to comment.