We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75af1a7 commit 242bd89Copy full SHA for 242bd89
README.md
@@ -1,2 +1,24 @@
1
# website
2
+
3
Website for The Carpentries in Japan
4
5
+## Translation
6
7
+The website uses [babelquarto](https://docs.ropensci.org/babelquarto/) to maintain translations.
8
9
+To locally render and view the translated website, run the following commands in R:
10
11
+```r
12
+library(babelquarto)
13
+library(servr)
14
15
+render_website()
16
+httw("docs")
17
+```
18
19
+Alternatively, source the `render_serve.R` [file](R/render_serve.R).
20
21
+## License
22
23
+swcarpentry-ja.github.io is licensed under a
24
+[Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
0 commit comments