diff --git a/README.md b/README.md index 21ad6f4..4c5fdab 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ - [Introduction](#introduction) - [URL](#url) - [Branches](#branches) +- [Ops Scripts](#ops-scripts) +- [Deploy and Test Locally](#deploy-and-test-locally) - [Contribute](#contribute) - [Branches and Forks](#branches-and-forks) - [Overview](#overview) @@ -27,6 +29,16 @@ The website is hosted at `docs.threefold.info`. - `development_` - See `Contribute` section for details +## Ops Scripts + +To install the prerequisites to build the website, you can use the `install.sh` script. + +To build the website, you can use the `build.sh` script. + +## Deploy and Test Locally + +To deploy and test locally, refer to [this documentation](./docs_website/README.md). + ## Contribute To optimize updates to this repository, we propose a uniform way to collaborate.