From 242bd89e985acc5c6bcaca79188020e215be7929 Mon Sep 17 00:00:00 2001 From: joelnitta Date: Tue, 26 Nov 2024 09:46:06 +0900 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 336c1f6..1c1b53d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # website + Website for The Carpentries in Japan + +## Translation + +The website uses [babelquarto](https://docs.ropensci.org/babelquarto/) to maintain translations. + +To locally render and view the translated website, run the following commands in R: + +```r +library(babelquarto) +library(servr) + +render_website() +httw("docs") +``` + +Alternatively, source the `render_serve.R` [file](R/render_serve.R). + +## License + +swcarpentry-ja.github.io is licensed under a +[Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).