# Hackertours Web Site

## Complete the checkout

We need the submodule for the theme, so update/clone the submodules:

```shell
git submodule update --init --recursive
```

## Run in dev mode

```shell
hugo server --buildFuture --buildDrafts
```

Then open http://localhost:1313