Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Nov 26, 2024
1 parent 75af1a7 commit 242bd89
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit 242bd89

Please sign in to comment.