Contributions are always welcome and recommended! Here is how for beginner's: Get started with open source click here
Installation :
Clone to your machine
git clone https://github.com/YOUR_USERNAME/AdminLTE.git
Create a new branch from master
Compile dist files (Development) :
npm install
(install npm deps)npm run dev
(developer mode, autocompile with browsersync support for live demo)./src
Folder OR package.json
in any files which are necessary for contribution./dist/**
Because it contains compiled files and do not include in PR (Pull Request)npm run production
(compile css/js files and test all pages are perfectly working fine, before creating a pull request)Create a pull request to master
branch
You can use Codespace an online IDE which is free for Open Source for working on issues or making PRs (Pull Requests). With a single click it will launch a workspace and automatically:
AdminLTE
repo.npm run dev
to start the server.