Getting started
You install the R theme by running an npx
command.
#
Before you begin- Install NodeJS.
- Install Yarn.
For more information, see Docusaurus Requirements.
#
Initialize a site project- In a terminal application, navigate to the directory where you want to create your site.
Example: Entercd desktop
. - Enter
npx @docusaurus/init@latest init [<my_site>] [https://github.com/rafalkaron/r-docusaurus-theme.git]
,
where<my_site>
is the name of your site. For examplemy-dino
.
#
Run the development server- In a terminal application, navigate to your site project directory.
Example: Entercd my-dino
. - Enter
yarn run start
.
#
Next steps- Customize the site look and feel. See Configuration.
- Develop the site content. See Site content.