From b1570ad756b89e5983f0c873038da7408725f19b Mon Sep 17 00:00:00 2001 From: kristof de spiegeleer Date: Wed, 5 Feb 2025 11:00:31 +0300 Subject: [PATCH] s --- README.md | 35 ++++++++--------------------------- 1 file changed, 8 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 49dc63e..79252b7 100644 --- a/README.md +++ b/README.md @@ -1,35 +1,16 @@

ThreeFold DePIN Board

-

Table of Contents

-- [Introduction](#introduction) -- [Steps](#steps) -- [URL](#url) +to run in development mode ---- +```bash +#first time to get hero +curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh +bash /tmp/install_v.sh --analyzer --herolib +#DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) -## Introduction - -This repository contains the code to deploy the ThreeFold DePIN Board. - -## Steps - -- Install - ``` - bash install.sh - ``` -- Run locally - ``` - bash develop.sh - ``` -- Push change online on production website - ``` - bash build.sh - ``` -- Push change online on stating website - ``` - bash build-dev.sh - ``` +hero docusaurus -u https://git.ourworld.tf/tfgrid/info_docs_depin -d +``` ## URL