Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



In order to build or host a specific version eg 23.7.1
1. Clone this repo and checkout the tag<code>


git@github.com:hyperledger/besu-docs.git
git checkout 23.7.1

...



2. Build and run locally
<code>


yarn
yarn run start

</code>


Open up a browser tab and navigate to
`http://localhost:3000/development`

3. (Optional) host this version on your own infrastructure (eg: nginx, s3 etc)

...



yarn
yarn run build
# optional - this is to check the output locally
yarn run serve

...

 

Host the contents of the `build` folder on your own infrastructure