Skip to content

Commit 242bd89

Browse files
committed
Update README.md
1 parent 75af1a7 commit 242bd89

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# website
2+
23
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

Comments
 (0)