Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 395 Bytes

WILDS Website

Contributing

If you use make - you can run:

  • make preview: preview the site with auto update as you make changes
  • make render: just builds the site, with output to _site/

Both make targets above make sure that necessary R dependencies are installed before running.

Note that quarto cli tool is required.