Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 794 Bytes

Website

Developers

This repository makes use of git submodules for handling the website-theme. If you wish to make modifications to the theme, it is recommended that you make these directly into the website-theme repo found here.

Local development

  1. Clone the repository to your machine, using --recursive to ensure submodules are pulled.
git clone --recursive [email protected]:rndlabs/website.git
  1. Follow the directions to install zola.

  2. Before editing, create a branch so we don't pollute main

cd website
git checkout -b feat/new-page
zola serve

Now you can edit the markdown in your favourite text editor with live updates!