# Simple DocSite Powered by Xmark

## Getting started

```shell
git clone git@github.com:ArcBlock/gatsby-extensions.git
make init
```

Then, go to the `examples/docsite` folder, create an `.env` file with following content:

```shell
GATSBY_ALGOLIA_APP_ID="FU81LCBN51"
GATSBY_ALGOLIA_SEARCH_KEY="2e4d21878c80877e17a6f9c80722eaeb"
GATSBY_ALGOLIA_INDEX_NAME="forge-tutorials"
GATSBY_PLAYGROUND_SERVICE="https://playground.abtwallet.io/.netlify/functions/app"
```

Then, start the website

```shell
yarn start
```
