/uk-tech-blog

Technology and software engineering blog for the OpenTable London office

Primary LanguageHTML

UK Engineering Blog

Welcome to the blog for the OpenTable UK Engineering team, built with Hexo.

How to run it locally 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

How to run it locally with Node.js

Run the app with the following commands:

npm i
npm start

Then, load http://localhost:3000/ in a browser to see the output.