1 min read

Editing the Website - Getting Started


Hey there

Looks like you want to start editing this website huh? Well, the first thing you need to do is install R and Rstudio.
R: https://www.r-project.org/
Rstudio: https://www.rstudio.com/products/rstudio/download/

After you get those installed and ready to go, install git as well.
https://git-scm.com/downloads

Setting Rstudio Up

Now, open a fresh Rstudio window and install “ blogdown” like this.

install.packages("blogdown")

After blogdown is installed, go to the top right where it says “Project” and click on “New Project”.
rs1

You should see a popup like this, and select version control:
rs2

Then select Git.
rs3

Now just copy paste the website repository on our Github.
rs4

Now you’re ready to rock on and change the world!