Skip to content

Commit 1474dcb

Browse files
committed
Release v1.0.13
1 parent d302e4c commit 1474dcb

File tree

7 files changed

+5275
-68
lines changed

7 files changed

+5275
-68
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.0.13] 2023-08-03
4+
### Changes
5+
6+
- Update DOCS (readme)
7+
- SCSS/CSS procedure using PNPM
8+
39
## [1.0.12] 2023-01-03
410
### Changes
511

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<br />
2828

29-
## Start the app in `Docker`
29+
## Start with `Docker`
3030

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

4848
<br />
4949

50-
## ✨ How to use it
50+
## Manual Build
5151

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

138138
<br />
139139

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

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

144-
<br />
144+
- Navigate to `apps/static/assets`
145+
- Edit SCSS files
146+
- Install dependencies using [PNPM](https://pnpm.io/)
147+
- `pnpm i`
148+
- Recompile the SCSS files with Gulp
149+
- `gulp`
150+
151+
> NOTE: the above setup was tested using:
145152
146-
https://user-images.githubusercontent.com/51070104/202417375-81273bef-367b-406e-ac84-7f6f85070f10.mp4
153+
- Node `v16.15.0`
154+
- Gulp CLI `2.3.0`, LOCAL `4.0.2`
155+
- PNPM `v8.6.0`
147156

148157
<br />
149158

150-
## ✨ Code-base structure
159+
## Codebase Structure
151160

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

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

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

216223
<br />

apps/static/assets/css/pixel.css

Lines changed: 8 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/static/assets/css/pixel.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/static/assets/css/pixel.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)