diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf7e7fa --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Enzyme website + +This repository contains builds the Enzyme AD's main website at . + +## How to build + +For a local build, + +- Install [Hugo]() version 0.74.3 + +- Run + + ```sh + hugo serve + ```