You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin dashboard generated by AppSeed in **Django** Framework. [Light Bootstrap Dashboard](https://appseed.us/admin-dashboards/django-dashboard-light) is Bootstrap 4 admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 4 and it is fully responsive. It comes with a big colections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
3
+
Admin dashboard generated by AppSeed in **Django** Framework. [Light Bootstrap Dashboard](https://appseed.us/admin-dashboards/django-dashboard-light) is a Bootstrap 4 admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 4 and it is fully responsive. It comes with a big colections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM.
@@ -138,32 +152,53 @@ The project is coded using a simple and intuitive structure presented bellow:
138
152
139
153
<br />
140
154
141
-
## Deployment
155
+
## Recompile CSS
142
156
143
-
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
157
+
To recompile SCSS files, follow this setup:
144
158
145
-
### [Docker](https://www.docker.com/) execution
146
-
---
159
+
<br />
147
160
148
-
The application can be easily executed in a docker container. The steps:
161
+
**Step #1** - Install tools
149
162
150
-
> Get the code
163
+
-[NodeJS](https://nodejs.org/en/) 12.x or higher
164
+
-[Gulp](https://gulpjs.com/) - globally
165
+
-`npm install -g gulp-cli`
166
+
-[Yarn](https://yarnpkg.com/) (optional)
167
+
168
+
<br />
169
+
170
+
**Step #2** - Change the working directory to `assets` folder
Visit `http://localhost:5005` in your browser. The app should be up & running.
164
-
165
186
<br />
166
187
188
+
**Step #4** - Edit & Recompile SCSS files
189
+
190
+
```bash
191
+
$ gulp scss
192
+
```
193
+
194
+
The generated file is saved in `static/assets/css` directory.
195
+
196
+
<br />
197
+
198
+
## Deployment
199
+
200
+
The app is provided with a basic configuration to be executed in [Docker](https://www.docker.com/), [Gunicorn](https://gunicorn.org/), and [Waitress](https://docs.pylonsproject.org/projects/waitress/en/stable/).
0 commit comments