@@ -12,10 +12,36 @@ For the current status of issues and pull requests, please see the following bad
12
12
[ ![ Available] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Status:%20Available.svg?color=brightgreen )] ( https://github.com/json-schema-org/json-schema-org.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22Status%3A+Available%22 ) [ ![ In Progress] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Status:%20In%20Progress.svg )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Status:%20In%20Progress ) [ ![ Review Needed] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Status:%20Review%20Needed.svg )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Status%3A%20Review%20Needed )
13
13
14
14
[ ![ Critical] (https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Critical.svg?color=critical
15
- )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Critical ) [ ![ High] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20High.svg?color=important )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20High ) [ ![ Medium] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Medium.svg )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Medium ) [ ![ Low] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Low.svg )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Low )
15
+ )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Critical ) [ ![ High] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20High.svg?color=important )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20High ) [ ![ Medium] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Medium.svg )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Medium ) [ ![ Low] ( https://img.shields.io/github/issues/json-schema-org/json-schema-org.github.io/Priority:%20Low.svg )] ( https://github.com/json-schema-org/json-schema-org.github.io/labels/Priority%3A%20Low )
16
16
17
17
Labels are assigned based on [ Sensible Github Labels] ( https://github.com/Relequestual/sensible-github-labels ) .
18
18
19
+ ## Compile and run locally
20
+
21
+ This site runs via github pages, with automatically building PR previews via netlify.
22
+ If you wish to compile and run this site locally, you will need to have ruby installed.
23
+
24
+ If you're not familiar with ruby, consider using ` rvm ` (https://rvm.io/ ).
25
+ Once you have Ruby installed, follow these instructions while in the project directory
26
+
27
+ > Instructions
28
+ >
29
+ > 1. Install the jekyll and bundler gems.
30
+ >
31
+ > `gem install jekyll bundler`
32
+ >
33
+ > 2. Create a new Jekyll site at ./myblog.
34
+ >
35
+ > ...
36
+ >
37
+ > 3. Build the site and make it available on a local server.
38
+ >
39
+ > `bundle exec jekyll serve`
40
+ >
41
+ > 4. Browse to http://localhost:4000
42
+
43
+ Adapted from https://jekyllrb.com/docs/
44
+
19
45
## License
20
46
21
- The source material in this repository is licensed under the AFL or BSD license.
47
+ The source material in this repository is licensed under the AFL or BSD license.
0 commit comments