From a8f8ae0ab8b9cce7f435c25d0b117ef5b874b5e2 Mon Sep 17 00:00:00 2001 From: gwapIgot <121266954+gwapIgot@users.noreply.github.com> Date: Thu, 3 Oct 2024 08:55:11 -0400 Subject: [PATCH] Update README.md --- README.md | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.md b/README.md index cbcd16c5d..e69de29bb 100644 --- a/README.md +++ b/README.md @@ -1,27 +0,0 @@ -Mina logo - -# Mina Docs - -## To view the docs - -To view this website, visit [docs.minaprotocol.com](https://docs.minaprotocol.com/). - -## To contribute content - -Click the `Suggest changes` button at the bottom left of any page on [the docs website](https://docs.minaprotocol.com/) to edit that page and submit a pull request via Github. - -## How to run during development - -```sh -git clone https://github.com/o1-labs/docs2.git -npm install -npm run dev -``` - -## How to run in production - -On the host: -- Set environment variables: `ALGOLIA_APP_ID` and `ALGOLIA_SEARCH_API_KEY` to appropriate values. -- Set build command: `npm run build`. -- Set output directory: `build`. -- Set install command: `npm ci`.