Skip to content

Commit

Permalink
Update build-integration-website-hosting.md (#296)
Browse files Browse the repository at this point in the history
In my first time going though this i did not have the crust CLI installed - I got tripped up for about 30 mins until I realised that so I thought I would add it to the documentation.
  • Loading branch information
vinoparadiso authored May 6, 2024
1 parent ee40527 commit 646ddd3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/build-integration-website-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ In this guide, we will **host a simple React website** as an example and show ho

## Create a Website

1. Create a React app
1. Instal the Crust CLI

```shell
sudo npm i -g @crustio/crust-cli
```

2. Create a React app

```shell
npx create-react-app hello-crust
```

2. Build it
3. Build it

```shell
cd hello-crust/
Expand Down

0 comments on commit 646ddd3

Please sign in to comment.