File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,25 @@ Open-source **[Flask Dashboard](https://appseed.us/admin-dashboards/flask)** gen
2424
2525<br />
2626
27- ## Want more? Go PRO!
27+ ## Quick Start in [ Docker ] ( https://www.docker.com/ )
2828
29- PRO versions include ** Premium UI Kits ** , Lifetime updates and ** 24/7 LIVE Support ** (via [ Discord ] ( https://discord.gg/fZC6hup ) )
29+ > Get the code
3030
31- | [ Flask Datta PRO] ( https://appseed.us/admin-dashboards/flask-dashboard-dattaable-pro ) | [ Flask Soft PRO] ( https://appseed.us/product/flask-soft-ui-dashboard-pro ) | [ Flask Volt PRO] ( https://appseed.us/admin-dashboards/flask-dashboard-volt-pro ) |
32- | --- | --- | --- |
33- | [ ![ Flask Datta PRO] ( https://raw.githubusercontent.com/app-generator/flask-dashboard-dattaable-pro/master/media/flask-dashboard-dattaable-pro-screen.png )] ( https://appseed.us/admin-dashboards/flask-dashboard-dattaable-pro ) | [ ![ Flask Soft PRO] ( https://user-images.githubusercontent.com/51070104/131249807-f256efc6-2256-4bb1-9367-cc50ddd7ce18.png )] ( https://appseed.us/product/flask-soft-ui-dashboard-pro ) | [ ![ Flask Volt PRO] ( https://raw.githubusercontent.com/app-generator/flask-dashboard-volt-pro/master/media/flask-dashboard-volt-pro-screen.png )] ( https://appseed.us/admin-dashboards/flask-dashboard-volt-pro )
31+ ``` bash
32+ $ git clone https://github.com/app-generator/flask-gradient-able.git
33+ $ cd flask-gradient-able
34+ ```
35+
36+ > Start the app in Docker
37+
38+ ``` bash
39+ $ docker-compose pull # download dependencies
40+ $ docker-compose build # local set up
41+ $ docker-compose up -d # start the app
42+ ```
43+
44+ Visit ` http://localhost:85 ` in your browser. The app should be up & running.
3445
35- <br />
3646<br />
3747
3848![ Flask Dashboard GradientAble - Open-Source template project provided by AppSeed.] ( https://raw.githubusercontent.com/app-generator/flask-dashboard-gradientable/master/media/flask-dashboard-gradientable-screen.png )
You can’t perform that action at this time.
0 commit comments