From 905f20733c36741a3cabe84a8b1b81e5bfa635d7 Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Wed, 28 Jan 2026 09:26:16 -0500 Subject: [PATCH] Create basic README.md Has general project description and instructions on local building --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md 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 + ```