diff --git a/README.md b/README.md index 2358e0b3c06171befe993d1a2ffdb1f9e0de31e6..798e5260c3169cd8799b167b564f90712db142b0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Premium and Open Source dashboard template with responsive and high-quality UI. ## Features -We created this admin panel for everyone who wants to create any templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel, that can be used by both, simple websites and sophisticated systems. The only requirement is a basic HTML and CSS knowledge—as a reward, you'll be able to manage and visualize different types of data in the easiest possible way! +We created this admin panel for everyone who wants to create any templates based on our pre-made components. Our mission is to deliver a user-friendly, clear and easy administration panel, that can be used by both, simple websites and sophisticated systems. The only requirement is a basic HTML and CSS (and some [Liquid](https://github.com/Shopify/liquid/wiki)) knowledge—as a reward, you'll be able to manage and visualize different types of data in the easiest possible way! * **Responsive:** With support for mobile, tablet and desktop it doesn’t matter what device you’re using. Tabler is responsive in all major browsers. * **Cross Browser:** Our theme works perfectly with Latest Chrome, Firefox+, Latest Safari, Opera, Edge and mobile browsers. We work hard to continuously support them. @@ -37,12 +37,12 @@ To use our build system and run our documentation locally, you'll need a copy of 2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`. 3. [Install Ruby](https://ruby-lang.org/en/documentation/installation/), recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz). 4. [Install Bundler](https://bundler.io) with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com). - -**Windows users**: + +**Windows users**: 1. [Install Git](https://git-scm.com/download/win) in `C:\\Program Files\\git\\bin` directory and run `npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"` to change default shell. 2. [Install Ruby+Devkit](https://rubyinstaller.org/downloads/), recommended version is [2.5.5](https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.5.5-1/rubyinstaller-devkit-2.5.5-1-x86.exe). 3. [Read guide](https://jekyllrb.com/docs/installation/windows/) to get Jekyll up and running without problems. - + When completed, you'll be able to run the various commands provided from the command line. ## Build locally @@ -51,7 +51,7 @@ When completed, you'll be able to run the various commands provided from the com 2. Open [http://localhost:3000](http://localhost:3000) in your browser, and voilà. 3. Any change in `/pages` directory will build application and refresh the page. -**Note**: +**Note**: Run `npm run build` for reforms a one off build application without refresh. Open [http://localhost:3001](http://localhost:3001) to configure the Web server. diff --git a/package.json b/package.json index fd2bf82e335042cfb0b73658b8c65783e5eaedc8..6ff0e318c17f3119068b895338c00a7c4544825c 100644 --- a/package.json +++ b/package.json @@ -60,32 +60,32 @@ "main": "dist/js/tabler.js", "homepage": "https://tabler.io", "devDependencies": { - "@babel/preset-env": "7.6.3", + "@babel/preset-env": "7.7.4", "browser-sync": "2.26.7", "bundlesize": "0.18.0", "clean-css-cli": "4.3.0", "cross-env": "6.0.3", - "eslint": "6.6.0", + "eslint": "6.7.1", "eslint-config-xo": "0.27.2", "eslint-plugin-import": "2.18.2", - "eslint-plugin-unicorn": "12.1.0", + "eslint-plugin-unicorn": "13.0.0", "http-server": "0.11.1", "icon-font-generator": "2.1.10", "node-sass": "4.13.0", - "nodemon": "1.19.4", + "nodemon": "2.0.1", "npm-run-all": "4.1.5", "postcss-cli": "6.1.3", - "rollup": "1.26.0", + "rollup": "1.27.4", "rollup-plugin-babel": "4.3.3", - "rollup-plugin-babel-minify": "9.1.0", + "rollup-plugin-babel-minify": "9.1.1", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-filesize": "6.2.1", - "rollup-plugin-multi-input": "1.0.2", + "rollup-plugin-multi-input": "1.0.3", "rollup-plugin-node-resolve": "5.2.0", "stylelint": "11.1.1", - "stylelint-config-twbs-bootstrap": "0.9.0", + "stylelint-config-twbs-bootstrap": "1.0.0", "svgo": "1.3.2", - "terser": "4.3.9", + "terser": "4.4.0", "yaml": "1.7.2" }, "dependencies": {