mirror of https://github.com/ColorlibHQ/AdminLTE
Update README.md
parent
82333eea99
commit
32713d97dd
|
@ -25,8 +25,9 @@ SCSS has been used to increase code customizability.
|
|||
To compile the dist files you need Node.js/npm, clone/download the repo then:
|
||||
|
||||
1. `npm install` (install npm deps)
|
||||
2. _Optional:_ `npm run dev` (developer mode, autocompile with browsersync support for live demo)
|
||||
3. `npm run production` (compile css/js files)
|
||||
2. `npm install gulp-cli -g` (install gulp-cli globally)
|
||||
3. _Optional:_ `gulp` (developer mode, autocompile with browsersync support for live demo)
|
||||
4. `gulp build` (compile css/js files)
|
||||
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in New Issue