Skip to content

Commit

Permalink
Release v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Aug 3, 2023
1 parent d302e4c commit 1474dcb
Show file tree
Hide file tree
Showing 7 changed files with 5,275 additions and 68 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.0.13] 2023-08-03
### Changes

- Update DOCS (readme)
- SCSS/CSS procedure using PNPM

## [1.0.12] 2023-01-03
### Changes

Expand Down
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<br />

## Start the app in `Docker`
## Start with `Docker`

> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
Expand All @@ -47,7 +47,7 @@ Visit `http://localhost:5085` in your browser. The app should be up & running.

<br />

## ✨ How to use it
## Manual Build

> Download the code
Expand Down Expand Up @@ -137,17 +137,26 @@ By default, the app redirects guest users to authenticate. In order to access th

<br />

## `Go LIVE` via [LIVE Deployer](https://appseed.us/go-live/)
## CSS/SCSS Update

> This video explains `how to deploy` the product LIVE using a `Drag & Drop` gesture.
In order to customize the UI (primary/seconday colors), follow this setup:

<br />
- Navigate to `apps/static/assets`
- Edit SCSS files
- Install dependencies using [PNPM](https://pnpm.io/)
- `pnpm i`
- Recompile the SCSS files with Gulp
- `gulp`

> NOTE: the above setup was tested using:
https://user-images.githubusercontent.com/51070104/202417375-81273bef-367b-406e-ac84-7f6f85070f10.mp4
- Node `v16.15.0`
- Gulp CLI `2.3.0`, LOCAL `4.0.2`
- PNPM `v8.6.0`

<br />

## ✨ Code-base structure
## Codebase Structure

The project is coded using blueprints, app factory pattern, dual configuration profile (development and production) and an intuitive structure presented bellow:

Expand Down Expand Up @@ -209,8 +218,6 @@ The project is coded using blueprints, app factory pattern, dual configuration p
- 👉 [Flask Pixel PRO](https://appseed.us/product/pixel-bootstrap-pro/flask/) - product page
- 👉 [Flask Pixel PRO](https://flask-pixel-pro.appseed-srv1.com/) - LIVE Demo

<br >

![Pixel Bootstrap PRO - Full-Stack Starter generated by AppSeed](https://user-images.githubusercontent.com/51070104/168760719-f0e45406-2b2a-43e0-badf-fa953edb62b8.png)

<br />
Expand Down
62 changes: 8 additions & 54 deletions apps/static/assets/css/pixel.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/static/assets/css/pixel.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/static/assets/css/pixel.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 1474dcb

Please sign in to comment.