This repository contains the source code for the official website of Hearing Vietnam. You can see the generated files at HearingVietnam/hearingvietnam.github.io repository.
Install dependencies:
$ git clone https://github.com/HearingVietnam/site.git
$ cd site
$ npm install
Generate:
$ hexo generate
Run server:
$ hexo server
The site is built and deployed to Github Pages by Travis-CI.