layout: page
Contributions are always welcome and recommended! Here is how for beginner's: Get started with open source click here
Installation :
git clone https://github.com/YOUR_USERNAME/AdminLTE.git
Compile dist files (Development) :
npm install
(install npm deps)npm run dev
(developer mode, autocompile with browsersync support for live demo)npm run production
(compile css/js files and test every pages are perfectly working fine, before creating pull request)Create a pull request
You can use Gitpod(an online IDE which is free for Open Source) for working on issues or making Prs. With a single click it will launch a workspace and automatically:
AdminLTE
repo.yarn dev
to start the server.To compile the dist files you need Node.js/npm, clone/download the repo then:
npm install
(install npm deps)npm run dev
(developer mode, autocompile with browsersync support for live demo)npm run production
(compile css/js files)