Welcome to the blog for the OpenTable UK Engineering team, built with Hexo.
First you need to install Hexo globally:
npm i -g hexo
Then you may want to use:
hexo new [layout] <title>
hexo generate
hexo server
You can find more info about Hexo commands here: https://hexo.io/docs/commands.html
Run the app with the following commands:
npm i
npm start
Then, load http://localhost:3000/ in a browser to see the output.