https://github.com/nacnudus/govdown
GOV.UK Design System theme for R Markdown
https://github.com/nacnudus/govdown
Last synced: 2 months ago
JSON representation
GOV.UK Design System theme for R Markdown
- Host: GitHub
- URL: https://github.com/nacnudus/govdown
- Owner: nacnudus
- License: other
- Created: 2019-02-05T22:44:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T13:56:26.000Z (about 6 years ago)
- Last Synced: 2025-01-05T18:28:11.943Z (4 months ago)
- Language: HTML
- Size: 1.05 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# govdown
Make websites with R Markdown styled with the GOV.UK Design System.
## Installation
``` r
remotes::install_github("govdatascience/govdown")
```## Development
Use `install-govuk-frontend.sh` to download, modify and compile the GOV.UK Design System to get the css files for the templates.
### Prerequisites
The `sassc` command-line tool. If you can't get that to work, try the `sass`
package by RStudio, which wraps it.