You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the source code for the [Regular Expressions Interactive Tutorial][site].
8
8
@@ -13,12 +13,25 @@ Please use the tutorial.
13
13
If you have something to add or find a mistake, there is a link on each page to edit and improve the HTML file.
14
14
Then you can make a [pull request][pr].
15
15
16
+
Translate
17
+
-------
18
+
19
+
Do you want to translate the tutorial into your own language? Great!
20
+
To do that, start by creating translations of the strings in [localization.json](https://github.com/CoderDojoPotsdam/regex-tutorial/blob/master/_data/localization.json).
21
+
Then you can create a folder in the root directory for your language and start translating!
22
+
When you have translated the first file, make sure to link to it in the [index file](https://github.com/CoderDojoPotsdam/regex-tutorial/blob/master/index.html).
23
+
16
24
Setup
17
25
-----
18
26
19
-
To setup a development enviroment `gem install jekyll`
20
-
Then run `jekyll serve --trace`
21
-
Type in `localhost:4000`
27
+
There are two ways to run this website, either by downloading Jekyll on your computer or by using GitHub Pages.
28
+
29
+
### Install Jekyll
30
+
31
+
1. Launch a terminal and run `gem install jekyll` to install Jekyll
32
+
2. Then run `jekyll serve --trace` in your forked repository to run Jekyll from there.
33
+
3. Type in `localhost:4000` to visit the website.
34
+
You can read more about installing Jekyll [here](https://jekyllrb.com/docs/installation/).
<spanxmlns:dct="http://purl.org/dc/terms/"href="http://purl.org/dc/dcmitype/InteractiveResource"property="dct:title"rel="dct:type">Regex-Tutorial</span> by <spanxmlns:cc="http://creativecommons.org/ns#"property="cc:attributionName">Nicco Kunzmann</span> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License.</a>.
37
50
38
51
39
-
Images in the "extern" folder are under a separate license.
52
+
Images in the [img](https://github.com/CoderDojoPotsdam/regex-tutorial/tree/master/img) folder are under a separate license.
0 commit comments