After installing the theme successfully it requires a just a few more steps to get your site running.
Copy the config.toml in the exampleSite to the root of your Hugo site. Change strings as you like.
In order to see your site in action, run Hugo's built-in local server.
npm run start
Now enter localhost:1313 in the address bar of your browser.
Build your site
npm run build
Interested in contributing to this board? You can check out the Contributing guide to get started.