1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

add settings page (#1106)

* - add osx support in README.md

* - add settings.html page

* Make sure mobile view for settings works properly

Co-authored-by: nejcdev <nejc.cotic@kitio.com>
Co-authored-by: Robert-Jan de Dreu <160743+rjd22@users.noreply.github.com>
This commit is contained in:
Nejc
2022-06-01 14:15:51 +02:00
committed by GitHub
parent cf77c7f6f3
commit e94eacbbc9
4 changed files with 65 additions and 0 deletions
+17
View File
@@ -73,6 +73,23 @@ To use our build system and run our documentation locally, you'll need a copy of
3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.7.6](https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.6.tar.gz).
4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com).
**OSX users**:
0. NPM ```npm install```
1. install Ruby (2.5.* recommended)
```brew install ruby @2.5```
2. install bundler
```gem install bundler```
3. install
```bundle install```
- if bundler get any errors try
```
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
```
4. Run NPM
```npm run start```
**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 the default shell.