...
This commit is contained in:
10
README.md
10
README.md
@@ -13,6 +13,7 @@ Staging: www2.threefold.io (development branch)
|
|||||||
Last Updated: May 2023
|
Last Updated: May 2023
|
||||||
|
|
||||||
## Administrators
|
## Administrators
|
||||||
|
|
||||||
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
|
[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin)
|
||||||
|
|
||||||
## Contribution Procedure
|
## Contribution Procedure
|
||||||
@@ -47,8 +48,13 @@ To do that, the following prerequisites are needed:
|
|||||||
|
|
||||||
Then clone the repository recursively to also pull in contents of `threefold_data`:
|
Then clone the repository recursively to also pull in contents of `threefold_data`:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone --recursive https://github.com/threefoldfoundation/www_threefold_io.git
|
#if you don't have hero installed yet, run the following commands
|
||||||
|
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/install_hero.sh > /tmp/hero_install.sh
|
||||||
|
bash /tmp/hero_install.sh
|
||||||
|
#get this repo
|
||||||
|
hero git pull -u https://github.com/threefoldfoundation/www_threefold_io -b development -pr
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Now run `build.sh` to download Tailwind, build the CSS, and also build the site with Zola:
|
Now run `build.sh` to download Tailwind, build the CSS, and also build the site with Zola:
|
||||||
|
|||||||
Reference in New Issue
Block a user