# Setting up Project

1. Install Docker for Windows, Mac or Linux from[ here](https://docs.docker.com/engine/install/) .
2. Clone the repo

```
git clone https://github.com/0chain/zus-example-website
```

3. Navigate to the `docker.local` directory.
4. Run the following command :

```
docker-compose -f docker-compose-dev.yaml up -d
```

### Start the example website:

Open `localhost:3008` with your browser to see the result.

### Sample Result&#x20;

<figure><img src="https://979598987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNrAZJ0KGiwEbKkbVRYPu%2Fuploads%2F2iFX4uLMl5FxPSos0oEs%2Fsample%20website%20result.jpg?alt=media&#x26;token=c2019946-72ba-4a70-9350-c1d4d7bf0fe0" alt=""><figcaption></figcaption></figure>

### Edit the Website

You can start editing the website by modifying `src/index.js`. Once the modification is done, Build the website and start the website as done above.
