Skip to content

Commit 11aad8d

Browse files
committed
add local dev instructions
1 parent c41f9f8 commit 11aad8d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ located at [https://igdatc.github.io/](https://igdatc.github.io/)
1818
## redirect_from
1919

2020
We use [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) for redirections as necessary.
21-
`redirect_to` is the preferred method for redirection. Adding this to the header creates a 301 redirection and the pages do not get generated. This is preferred over deleting old pages because it perserves the route.
21+
`redirect_to` is the preferred method for redirection. Adding this to the header creates a 301 redirection and the pages do not get generated. This is preferred over deleting old pages because it perserves the route.
22+
23+
## Local Development
24+
25+
* Install Ruby `ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x64-mingw32]`
26+
* Install Bundle `Bundler version 2.1.4`
27+
28+
`bundle exec jekyll serve`

0 commit comments

Comments
 (0)