adding a Gemfile and updated contributing for the jekyll site (since there are multiple gems in use)
This commit is contained in:
parent
326e77664f
commit
baf1df1627
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ coverage/
|
||||
*.js.html
|
||||
index.html
|
||||
.mailmap
|
||||
Gemfile.lock
|
@ -137,7 +137,7 @@ Once it gets merged, the changes will immediately appear on the website.
|
||||
If you need to make edits in a local repository to see how it looks in the process, do the following:
|
||||
|
||||
1. [Install Ruby](http://www.ruby-lang.org/en/) if don't have it yet.
|
||||
2. Run `gem install jekyll`.
|
||||
2. Run `gem install jekyll` && 'gem install kramdown'. Alternatively, use bundler by using 'bundle install'
|
||||
3. Run `jekyll serve --watch` in the root `Leaflet` folder.
|
||||
4. Open `localhost:4000` in your browser.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user